MediaWiki master
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
28 public function onContribsPager__reallyDoQuery( &$data, $pager, $offset,
29 $limit, $descending
30 );
31}
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.