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
Wed, Aug 19, 15:01 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ae/bb/d4d9ddbb47d864eb04f636f0d296
Default Alt Text
WikitextLogFormatter.php (549 B)

Event Timeline