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