MediaWiki REL1_39
GetMagicVariableIDsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
23 public function onGetMagicVariableIDs( &$variableIDs );
24}
This is a hook handler interface, see docs/Hooks.md.
onGetMagicVariableIDs(&$variableIDs)
Use this hook to modify the list of magic variables.