MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialPage_initList (&$list) | |
This hook is called when setting up SpecialPageFactory::$list. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialPage_initList" to register handlers implementing this interface.
Definition at line 13 of file SpecialPage_initListHook.php.
MediaWiki\SpecialPage\Hook\SpecialPage_initListHook::onSpecialPage_initList | ( | & | $list | ) |
This hook is called when setting up SpecialPageFactory::$list.
Use this hook to remove a core special page or conditionally register special pages.
array | &$list | List of core special pages |
Implemented in MediaWiki\HookContainer\HookRunner.