MediaWiki REL1_41
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onShortPagesQuery (&$tables, &$conds, &$joinConds, &$options) | |
Use this hook to modify the query used by Special:ShortPages. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ShortPagesQuery" to register handlers implementing this interface.
Definition at line 12 of file ShortPagesQueryHook.php.
MediaWiki\Hook\ShortPagesQueryHook::onShortPagesQuery | ( | & | $tables, |
& | $conds, | ||
& | $joinConds, | ||
& | $options ) |
Use this hook to modify the query used by Special:ShortPages.
array | &$tables | tables to join in the query |
array | &$conds | conditions for the query |
array | &$joinConds | join conditions for the query |
array | &$options | options for the query |
Implemented in MediaWiki\HookContainer\HookRunner.