MediaWiki
master
UsersPagerDoBatchLookupsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
5
use
Wikimedia\Rdbms\IReadableDatabase
;
6
14
interface
UsersPagerDoBatchLookupsHook
{
32
public
function
onUsersPagerDoBatchLookups
( $dbr, $userIds, &$cache, &$groups );
33
}
34
36
class_alias( UsersPagerDoBatchLookupsHook::class,
'MediaWiki\\Hook\\UsersPagerDoBatchLookupsHook'
);
MediaWiki\Specials\Hook\UsersPagerDoBatchLookupsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
UsersPagerDoBatchLookupsHook.php:14
MediaWiki\Specials\Hook\UsersPagerDoBatchLookupsHook\onUsersPagerDoBatchLookups
onUsersPagerDoBatchLookups( $dbr, $userIds, &$cache, &$groups)
This hook is called in UsersPager::doBatchLookups()
Wikimedia\Rdbms\IReadableDatabase
A database connection without write operations.
Definition
IReadableDatabase.php:20
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
UsersPagerDoBatchLookupsHook.php
Generated on Tue Jan 13 2026 22:27:09 for MediaWiki by
1.10.0