MediaWiki REL1_35
PageHistoryPager__doBatchLookupsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
8// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
25 public function onPageHistoryPager__doBatchLookups( $pager, $result );
26}
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.