MediaWiki  master
ShortPagesQueryHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
24  public function onShortPagesQuery( &$tables, &$conds, &$joinConds, &$options );
25 }
This is a hook handler interface, see docs/Hooks.md.
onShortPagesQuery(&$tables, &$conds, &$joinConds, &$options)
Use this hook to modify the query used by Special:ShortPages.