MediaWiki
master
AncientPagesQueryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
12
interface
AncientPagesQueryHook
{
23
public
function
onAncientPagesQuery
( &$tables, &$conds, &$joinConds );
24
}
25
27
class_alias( AncientPagesQueryHook::class,
'MediaWiki\\Hook\\AncientPagesQueryHook'
);
MediaWiki\Specials\Hook\AncientPagesQueryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
AncientPagesQueryHook.php:12
MediaWiki\Specials\Hook\AncientPagesQueryHook\onAncientPagesQuery
onAncientPagesQuery(&$tables, &$conds, &$joinConds)
Use this hook to modify the query used by Special:AncientPages.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
AncientPagesQueryHook.php
Generated on Mon Jan 19 2026 23:27:07 for MediaWiki by
1.10.0