MediaWiki master
ContribsPager__reallyDoQueryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use stdClass;
7
8// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
29 public function onContribsPager__reallyDoQuery( &$data, $pager, $offset,
30 $limit, $descending
31 );
32}
Pager for Special:Contributions.
This is a hook handler interface, see docs/Hooks.md.
onContribsPager__reallyDoQuery(&$data, $pager, $offset, $limit, $descending)
This hook is called before really executing the query for My Contributions.