MediaWiki master
SpecialListusersDefaultQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
24 public function onSpecialListusersDefaultQuery( $pager, &$query );
25}
This class is used to get a list of user.
This is a hook handler interface, see docs/Hooks.md.
onSpecialListusersDefaultQuery( $pager, &$query)
This hook is called right before the end of UsersPager::getDefaultQuery().