< Manual:Hooks
| SpecialListusersQueryInfo | |
|---|---|
| Available from version 1.13.0 called right before the end of UsersPager::getQueryInfo() | |
| Define function: | public static function onSpecialListusersQueryInfo( $pager, &$query ) { ... }
|
| Attach hook: | In extension.json:
{
"Hooks": {
"SpecialListusersQueryInfo": "MyExtensionHooks::onSpecialListusersQueryInfo"
}
}
|
| Called from: | File(s): UsersPager.php |
| Interface: | SpecialListusersQueryInfoHook.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:SpecialListusersQueryInfo extensions.
Details
- $pager: The UsersPager instance
- &$query: The query array to be returned
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.