Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429712
AbuseFilterSuppressLogFormatter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
378 B
Referenced Files
None
Subscribers
None
AbuseFilterSuppressLogFormatter.php
View Options
<?php
namespace
MediaWiki\Extension\AbuseFilter\LogFormatter
;
use
LogFormatter
;
class
AbuseFilterSuppressLogFormatter
extends
LogFormatter
{
/**
* @return string
*/
protected
function
getMessageKey
()
{
if
(
$this
->
entry
->
getSubtype
()
===
'unhide-afl'
)
{
return
'abusefilter-log-entry-unsuppress'
;
}
else
{
return
'abusefilter-log-entry-suppress'
;
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:56 (8 h, 25 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
27/a7/3b81711b29d9cbb2ffa244f73119
Default Alt Text
AbuseFilterSuppressLogFormatter.php (378 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment