MediaWiki master
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
30 public function onDeletedContribsPager__reallyDoQuery( &$data, $pager, $offset,
31 $limit, $descending
32 );
33}
onDeletedContribsPager__reallyDoQuery(&$data, $pager, $offset, $limit, $descending)
This hook is called before really executing the query for Special:DeletedContributions.