MediaWiki REL1_35
SpecialListusersDefaultQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use UsersPager;
6
21 public function onSpecialListusersDefaultQuery( $pager, &$query );
22}
This class is used to get a list of user.
onSpecialListusersDefaultQuery( $pager, &$query)
This hook is called right before the end of UsersPager::getDefaultQuery().