MediaWiki  master
SpecialListusersHeaderHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
24  public function onSpecialListusersHeader( $pager, &$out );
25 }
This class is used to get a list of user.
Definition: UsersPager.php:57
This is a hook handler interface, see docs/Hooks.md.
onSpecialListusersHeader( $pager, &$out)
This hook is called after adding the submit button in UsersPager::getPageHeader().