MediaWiki
REL1_39
SpecialListusersHeaderFormHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
UsersPager
;
6
14
interface
SpecialListusersHeaderFormHook
{
24
public
function
onSpecialListusersHeaderForm
( $pager, &$out );
25
}
UsersPager
This class is used to get a list of user.
Definition
UsersPager.php:42
MediaWiki\Hook\SpecialListusersHeaderFormHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialListusersHeaderFormHook.php:14
MediaWiki\Hook\SpecialListusersHeaderFormHook\onSpecialListusersHeaderForm
onSpecialListusersHeaderForm( $pager, &$out)
This hook is called before adding the submit button in UsersPager::getPageHeader().
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
SpecialListusersHeaderFormHook.php
Generated on Mon Dec 16 2024 06:36:26 for MediaWiki by
1.10.0