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