Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1427203
AbuseFilterContentToStringHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
659 B
Referenced Files
None
Subscribers
None
AbuseFilterContentToStringHook.php
View Options
<?php
namespace
MediaWiki\Extension\AbuseFilter\Hooks
;
use
MediaWiki\Content\Content
;
interface
AbuseFilterContentToStringHook
{
/**
* Hook runner for the `AbuseFilter-contentToString` hook
*
* Called when converting a Content object to a string to which
* filters can be applied. If the hook function returns true, Content::getTextForSearchIndex()
* will be used for non-text content.
*
* @param Content $content
* @param ?string &$text Set this to the desired text
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onAbuseFilter_contentToString
(
Content
$content
,
?
string
&
$text
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 14:20 (1 d, 5 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
17/10/45d6366e1f803ad73613d40d512c
Default Alt Text
AbuseFilterContentToStringHook.php (659 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment