MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onWgQueryPages (&$qp) | |
This hook is called when initialising list of QueryPage subclasses. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "wgQueryPages" to register handlers implementing this interface.
Definition at line 12 of file WgQueryPagesHook.php.
MediaWiki\SpecialPage\Hook\WgQueryPagesHook::onWgQueryPages | ( | & | $qp | ) |
This hook is called when initialising list of QueryPage subclasses.
Use this hook to add new query pages to be updated with maintenance/updateSpecialPages.php.
array | &$qp | List of QueryPages |
Implemented in MediaWiki\HookContainer\HookRunner.