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