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