MediaWiki REL1_35
MediaWiki\Hook\SpecialListusersQueryInfoHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\SpecialListusersQueryInfoHook:

Public Member Functions

 onSpecialListusersQueryInfo ( $pager, &$query)
 This hook is called right before the end of UsersPager::getQueryInfo()
 

Detailed Description

Stable to implement.

Definition at line 11 of file SpecialListusersQueryInfoHook.php.

Member Function Documentation

◆ onSpecialListusersQueryInfo()

MediaWiki\Hook\SpecialListusersQueryInfoHook::onSpecialListusersQueryInfo (   $pager,
$query 
)

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

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: