Page MenuHomeWickedGov Phorge

AbuseFilterDeprecatedVariablesHook.php
No OneTemporary

Size
581 B
Referenced Files
None
Subscribers
None

AbuseFilterDeprecatedVariablesHook.php

<?php
namespace MediaWiki\Extension\AbuseFilter\Hooks;
interface AbuseFilterDeprecatedVariablesHook {
/**
* Hook runner for the `AbuseFilter-deprecatedVariables` hook
*
* Allows adding deprecated variables. If a filter uses an old variable, the parser
* will automatically translate it to the new one.
*
* @param array &$deprecatedVariables deprecated variables, syntax: [ 'old_name' => 'new_name' ]
* @return bool|void True or no return value to continue or false to abort
*/
public function onAbuseFilter_deprecatedVariables( array &$deprecatedVariables );
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 3, 17:14 (13 h, 9 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ad/c9/9b922208ffb0446f2b3a470dcaa2
Default Alt Text
AbuseFilterDeprecatedVariablesHook.php (581 B)

Event Timeline