MediaWiki master
PageHistoryPager__getQueryInfoHook.php
Go to the documentation of this file.
1<?php
2
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
25 public function onPageHistoryPager__getQueryInfo( $pager, &$queryInfo );
26}
27
29class_alias( PageHistoryPager__getQueryInfoHook::class, 'MediaWiki\\Hook\\PageHistoryPager__getQueryInfoHook' );
onPageHistoryPager__getQueryInfo( $pager, &$queryInfo)
This hook is called when a history pager query parameter set is constructed.