Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4139301
WikitextLogFormatter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
549 B
Referenced Files
None
Subscribers
None
WikitextLogFormatter.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment