MediaWiki REL1_35
MediaWiki\Hook\SpecialListusersHeaderFormHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\SpecialListusersHeaderFormHook:

Public Member Functions

 onSpecialListusersHeaderForm ( $pager, &$out)
 This hook is called before adding the submit button in UsersPager::getPageHeader().
 

Detailed Description

Stable to implement.

Definition at line 11 of file SpecialListusersHeaderFormHook.php.

Member Function Documentation

◆ onSpecialListusersHeaderForm()

MediaWiki\Hook\SpecialListusersHeaderFormHook::onSpecialListusersHeaderForm (   $pager,
$out 
)

This hook is called before adding the submit button in UsersPager::getPageHeader().

Since
1.35
Parameters
UsersPager$pagerThe UsersPager instance
string&$outThe header HTML
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: