MediaWiki  master
PageHistoryPager__doBatchLookupsHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
7 
8 // phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
28  public function onPageHistoryPager__doBatchLookups( $pager, $result );
29 }
This is a hook handler interface, see docs/Hooks.md.
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.