MediaWiki REL1_35
ShortPagesQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
21 public function onShortPagesQuery( &$tables, &$conds, &$joinConds, &$options );
22}
onShortPagesQuery(&$tables, &$conds, &$joinConds, &$options)
Use this hook to modify the query used by Special:ShortPages.