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

Public Member Functions | |
| onLonelyPagesQuery (&$tables, &$conds, &$joinConds) | |
| Use this hook to modify the query used by Special:LonelyPages. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LonelyPagesQuery" to register handlers implementing this interface.
Definition at line 12 of file LonelyPagesQueryHook.php.
| MediaWiki\Hook\LonelyPagesQueryHook::onLonelyPagesQuery | ( | & | $tables, |
| & | $conds, | ||
| & | $joinConds ) |
Use this hook to modify the query used by Special:LonelyPages.
| 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.