MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onRandomPageQuery (&$tables, &$conds, &$joinConds) | |
Use this hook to modify the query used by Special:Random to select random pages. | |
Stable to implement.
Definition at line 9 of file RandomPageQueryHook.php.
MediaWiki\Hook\RandomPageQueryHook::onRandomPageQuery | ( | & | $tables, |
& | $conds, | ||
& | $joinConds | ||
) |
Use this hook to modify the query used by Special:Random to select random pages.
array | &$tables | Database tables to be used in the query |
array | &$conds | Conditions to be applied in the query |
array | &$joinConds | Join conditions to be applied in the query |
Implemented in MediaWiki\HookContainer\HookRunner.