Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432701
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
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment