Page MenuHomeWickedGov Phorge

WikitextLogFormatter.php
No OneTemporary

Size
549 B
Referenced Files
None
Subscribers
None

WikitextLogFormatter.php

<?php
/**
* Formatter to allow log entries to contain formatted wikitext.
*
* @license GPL-2.0-or-later
* @file
* @license GPL-2.0-or-later
*/
namespace MediaWiki\Logging;
/**
* Log formatter specifically for log entries containing wikitext.
* @since 1.31
*/
class WikitextLogFormatter extends LogFormatter {
/**
* @return string
*/
public function getActionMessage() {
return parent::getActionMessage()->parse();
}
}
/** @deprecated class alias since 1.44 */
class_alias( WikitextLogFormatter::class, 'WikitextLogFormatter' );

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 22:13 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8b/3b/eeb0603b9457809cd53decc80a0f
Default Alt Text
WikitextLogFormatter.php (549 B)

Event Timeline