MediaWiki master
UsersPagerDoBatchLookupsHook.php
Go to the documentation of this file.
1<?php
2
4
6
32 public function onUsersPagerDoBatchLookups( $dbr, $userIds, &$cache, &$groups );
33}
34
36class_alias( UsersPagerDoBatchLookupsHook::class, 'MediaWiki\\Hook\\UsersPagerDoBatchLookupsHook' );
This is a hook handler interface, see docs/Hooks.md.
onUsersPagerDoBatchLookups( $dbr, $userIds, &$cache, &$groups)
This hook is called in UsersPager::doBatchLookups()
A database connection without write operations.