MediaWiki master
SpecialListusersQueryInfoHook.php
Go to the documentation of this file.
1<?php
2
4
5use MediaWiki\Pager\UsersPager;
6
24 public function onSpecialListusersQueryInfo( $pager, &$query );
25}
26
28class_alias( SpecialListusersQueryInfoHook::class, 'MediaWiki\\Hook\\SpecialListusersQueryInfoHook' );
This is a hook handler interface, see docs/Hooks.md.
onSpecialListusersQueryInfo( $pager, &$query)
This hook is called right before the end of UsersPager::getQueryInfo()