MediaWiki master
AncientPagesQueryHook.php
Go to the documentation of this file.
1<?php
2
4
23 public function onAncientPagesQuery( &$tables, &$conds, &$joinConds );
24}
25
27class_alias( AncientPagesQueryHook::class, 'MediaWiki\\Hook\\AncientPagesQueryHook' );
This is a hook handler interface, see docs/Hooks.md.
onAncientPagesQuery(&$tables, &$conds, &$joinConds)
Use this hook to modify the query used by Special:AncientPages.