Manual:Hooks/SpecialListusersHeaderForm

From MediaWiki.org
Jump to: navigation, search
SpecialListusersHeaderForm
Available from version 1.13.0
called before adding the submit button in UsersPager::getPageHeader()

Define function:
public static function onSpecialListusersHeaderForm( &$pager, &$out ) { ... }

Attach hook:
$wgHooks['SpecialListusersHeaderForm'][] = 'MyExtensionHooks::onSpecialListusersHeaderForm';
Called from: SpecialListusers.php

For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:SpecialListusersHeaderForm extensions.


[edit] Details

  • &$pager: The UsersPager instance
  • &$out: The header HTML
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox