MediaWiki master
MediaWiki\Hook\SpecialListusersDefaultQueryHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onSpecialListusersDefaultQuery ( $pager, &$query)
 This hook is called right before the end of UsersPager::getDefaultQuery().
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SpecialListusersDefaultQuery" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file SpecialListusersDefaultQueryHook.php.

Member Function Documentation

◆ onSpecialListusersDefaultQuery()

MediaWiki\Hook\SpecialListusersDefaultQueryHook::onSpecialListusersDefaultQuery ( $pager,
& $query )

This hook is called right before the end of UsersPager::getDefaultQuery().

Since
1.35
Parameters
UsersPager$pagerThe UsersPager instance
array&$queryThe query array to be returned
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: