MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onPageHistoryPager__doBatchLookups ( $pager, $result) | |
This hook is called after the pager query was run, before any output is generated, to allow batch lookups for prefetching information needed for display. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "PageHistoryPager::doBatchLookups" to register handlers implementing this interface.
Definition at line 16 of file PageHistoryPager__doBatchLookupsHook.php.
MediaWiki\Hook\PageHistoryPager__doBatchLookupsHook::onPageHistoryPager__doBatchLookups | ( | $pager, | |
$result ) |
This hook is called after the pager query was run, before any output is generated, to allow batch lookups for prefetching information needed for display.
HistoryPager | $pager | |
IResultWrapper | $result | A ResultWrapper representing the query result |
Implemented in MediaWiki\HookContainer\HookRunner.