MediaWiki
REL1_39
ShortPagesQueryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
ShortPagesQueryHook
{
24
public
function
onShortPagesQuery
( &$tables, &$conds, &$joinConds, &$options );
25
}
MediaWiki\Hook\ShortPagesQueryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ShortPagesQueryHook.php:12
MediaWiki\Hook\ShortPagesQueryHook\onShortPagesQuery
onShortPagesQuery(&$tables, &$conds, &$joinConds, &$options)
Use this hook to modify the query used by Special:ShortPages.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
ShortPagesQueryHook.php
Generated on Sun Nov 24 2024 20:24:26 for MediaWiki by
1.10.0