MediaWiki REL1_35
ContribsPager__getQueryInfoHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
22 public function onContribsPager__getQueryInfo( $pager, &$queryInfo );
23}
onContribsPager__getQueryInfo( $pager, &$queryInfo)
This hook is called before the contributions query is about to run.