Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2751092
AbuseFilterComputeVariableHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
852 B
Referenced Files
None
Subscribers
None
AbuseFilterComputeVariableHook.php
View Options
<?php
namespace
MediaWiki\Extension\AbuseFilter\Hooks
;
use
MediaWiki\Extension\AbuseFilter\Variables\VariableHolder
;
interface
AbuseFilterComputeVariableHook
{
/**
* Hook runner for the `AbuseFilter-computeVariable` hook
*
* Like AbuseFilter-interceptVariable but called if the requested method wasn't found.
* Return false to indicate that the method is known to the hook and was computed successfully.
*
* @param string $method Method to generate the variable
* @param VariableHolder $vars
* @param array $parameters Parameters with data to compute the value
* @param ?string &$result Result of the computation
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onAbuseFilter_computeVariable
(
string
$method
,
VariableHolder
$vars
,
array
$parameters
,
?
string
&
$result
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 17:51 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
06/36/48f69abac9aec6c8c79aad321e5c
Default Alt Text
AbuseFilterComputeVariableHook.php (852 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment