MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onMagicWordwgVariableIDs (&$variableIDs) | |
This hook is called when defining new magic words IDs. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "MagicWordwgVariableIDs" to register handlers implementing this interface.
Definition at line 12 of file MagicWordwgVariableIDsHook.php.
MediaWiki\Hook\MagicWordwgVariableIDsHook::onMagicWordwgVariableIDs | ( | & | $variableIDs | ) |
This hook is called when defining new magic words IDs.
string[] | &$variableIDs |
Implemented in MediaWiki\HookContainer\HookRunner.