MediaWiki
REL1_37
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 Fri Apr 5 2024 23:40:55 for MediaWiki by
1.9.8