|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

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.