MediaWiki master
UsersPagerDoBatchLookupsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
32 public function onUsersPagerDoBatchLookups( $dbr, $userIds, &$cache, &$groups );
33}
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.