Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2752806
AbuseFilterShouldFilterActionHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
877 B
Referenced Files
None
Subscribers
None
AbuseFilterShouldFilterActionHook.php
View Options
<?php
namespace
MediaWiki\Extension\AbuseFilter\Hooks
;
use
MediaWiki\Extension\AbuseFilter\Variables\VariableHolder
;
use
MediaWiki\Title\Title
;
use
MediaWiki\User\User
;
interface
AbuseFilterShouldFilterActionHook
{
/**
* Hook runner for the `AbuseFilterShouldFilterAction` hook
*
* Called before filtering an action. If the current action should not be filtered,
* return false and add a useful reason to $skipReasons.
*
* @param VariableHolder $vars
* @param Title $title Title object target of the action
* @param User $user User object performer of the action
* @param array &$skipReasons Array of reasons why the action should be skipped
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onAbuseFilterShouldFilterAction
(
VariableHolder
$vars
,
Title
$title
,
User
$user
,
array
&
$skipReasons
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 20:23 (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
28/c1/efb51f841f8f0c92c4e2c70d8e21
Default Alt Text
AbuseFilterShouldFilterActionHook.php (877 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment