MediaWiki master
PageHistoryPager__doBatchLookupsHook.php
Go to the documentation of this file.
1<?php
2
4
5use MediaWiki\Pager\HistoryPager;
7
8// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
28 public function onPageHistoryPager__doBatchLookups( $pager, $result );
29}
30
32class_alias( PageHistoryPager__doBatchLookupsHook::class, 'MediaWiki\\Hook\\PageHistoryPager__doBatchLookupsHook' );
onPageHistoryPager__doBatchLookups( $pager, $result)
This hook is called after the pager query was run, before any output is generated,...
Result wrapper for grabbing data queried from an IDatabase object.