MediaWiki
master
WikitextLogFormatter.php
Go to the documentation of this file.
1
<?php
10
namespace
MediaWiki\Logging
;
11
16
class
WikitextLogFormatter
extends
LogFormatter
{
20
public
function
getActionMessage
() {
21
return
parent::getActionMessage()->parse();
22
}
23
}
24
26
class_alias( WikitextLogFormatter::class,
'WikitextLogFormatter'
);
MediaWiki\Logging\LogFormatter
Implements the default log formatting.
Definition
LogFormatter.php:50
MediaWiki\Logging\WikitextLogFormatter
Log formatter specifically for log entries containing wikitext.
Definition
WikitextLogFormatter.php:16
MediaWiki\Logging\WikitextLogFormatter\getActionMessage
getActionMessage()
Definition
WikitextLogFormatter.php:20
MediaWiki\Logging
Definition
BlockLogFormatter.php:11
includes
Logging
WikitextLogFormatter.php
Generated on Wed Jan 21 2026 08:25:27 for MediaWiki by
1.10.0