MediaWiki  1.34.0
WikitextLogFormatter.php
Go to the documentation of this file.
1 <?php
32  public function getActionMessage() {
33  return parent::getActionMessage()->parse();
34  }
35 }
WikitextLogFormatter\getActionMessage
getActionMessage()
Definition: WikitextLogFormatter.php:32
LogFormatter
Implements the default log formatting.
Definition: LogFormatter.php:38
WikitextLogFormatter
Log formatter specifically for log entries containing wikitext.
Definition: WikitextLogFormatter.php:28