MediaWiki master
WikitextLogFormatter.php
Go to the documentation of this file.
1<?php
10namespace MediaWiki\Logging;
11
20 public function getActionMessage() {
21 return parent::getActionMessage()->parse();
22 }
23}
24
26class_alias( WikitextLogFormatter::class, 'WikitextLogFormatter' );
Implements the default log formatting.
Log formatter specifically for log entries containing wikitext.