MediaWiki REL1_39
SpecialPage_initListHook.php
Go to the documentation of this file.
1<?php
2
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
23 public function onSpecialPage_initList( &$list );
24}
This is a hook handler interface, see docs/Hooks.md.
onSpecialPage_initList(&$list)
This hook is called when setting up SpecialPageFactory::$list.