MediaWiki
REL1_40
GetMagicVariableIDsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
GetMagicVariableIDsHook
{
23
public
function
onGetMagicVariableIDs
( &$variableIDs );
24
}
MediaWiki\Hook\GetMagicVariableIDsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
GetMagicVariableIDsHook.php:12
MediaWiki\Hook\GetMagicVariableIDsHook\onGetMagicVariableIDs
onGetMagicVariableIDs(&$variableIDs)
Use this hook to modify the list of magic variables.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
GetMagicVariableIDsHook.php
Generated on Thu Jun 27 2024 14:02:49 for MediaWiki by
1.10.0