MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onGetMagicVariableIDs (&$variableIDs) | |
Use this hook to modify the list of magic variables. | |
Stable to implement.
Definition at line 9 of file GetMagicVariableIDsHook.php.
MediaWiki\Hook\GetMagicVariableIDsHook::onGetMagicVariableIDs | ( | & | $variableIDs | ) |
Use this hook to modify the list of magic variables.
Magic variables are localized with the magic word system, and this hook is called by MagicWordFactory.
string[] | &$variableIDs | array of magic word identifiers |
Implemented in MediaWiki\HookContainer\HookRunner.