MediaWiki  master
WgQueryPagesHook.php
Go to the documentation of this file.
1 <?php
2 
4 
12 interface WgQueryPagesHook {
24  public function onWgQueryPages( &$qp );
25 }
This is a hook handler interface, see docs/Hooks.md.
onWgQueryPages(&$qp)
This hook is called when initialising list of QueryPage subclasses.