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

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