MediaWiki master
SpecialListusersHeaderHook.php
Go to the documentation of this file.
1<?php
2
4
6
24 public function onSpecialListusersHeader( $pager, &$out );
25}
26
28class_alias( SpecialListusersHeaderHook::class, 'MediaWiki\\Hook\\SpecialListusersHeaderHook' );
This class is used to get a list of user.
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().