MediaWiki REL1_35
ContribsPager__reallyDoQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
25 public function onContribsPager__reallyDoQuery( &$data, $pager, $offset,
26 $limit, $descending
27 );
28}
onContribsPager__reallyDoQuery(&$data, $pager, $offset, $limit, $descending)
This hook is called before really executing the query for My Contributions.