MediaWiki master
MediaWiki\Hook\SpecialListusersHeaderFormHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

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

Detailed Description

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

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

Stability: stable
to implement

Definition at line 14 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: