MediaWiki master
DeletedContribsPager__reallyDoQueryHook.php
Go to the documentation of this file.
1<?php
2
4
6use stdClass;
7
8// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
31 public function onDeletedContribsPager__reallyDoQuery( &$data, $pager, $offset,
32 $limit, $descending
33 );
34}
35
37class_alias( DeletedContribsPager__reallyDoQueryHook::class,
38 'MediaWiki\\Hook\\DeletedContribsPager__reallyDoQueryHook' );
Pager for Special:Contributions.
onDeletedContribsPager__reallyDoQuery(&$data, $pager, $offset, $limit, $descending)
This hook is called before really executing the query for Special:DeletedContributions.