MediaWiki
REL1_37
LonelyPagesQueryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
LonelyPagesQueryHook
{
23
public
function
onLonelyPagesQuery
( &$tables, &$conds, &$joinConds );
24
}
MediaWiki\Hook\LonelyPagesQueryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LonelyPagesQueryHook.php:12
MediaWiki\Hook\LonelyPagesQueryHook\onLonelyPagesQuery
onLonelyPagesQuery(&$tables, &$conds, &$joinConds)
Use this hook to modify the query used by Special:LonelyPages.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
LonelyPagesQueryHook.php
Generated on Fri Apr 5 2024 23:40:55 for MediaWiki by
1.9.8