MediaWiki REL1_35
MediaWiki\Hook\DeletedContribsPager__reallyDoQueryHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\DeletedContribsPager__reallyDoQueryHook:

Public Member Functions

 onDeletedContribsPager__reallyDoQuery (&$data, $pager, $offset, $limit, $descending)
 This hook is called before really executing the query for Special:DeletedContributions.
 

Detailed Description

Stable to implement.

Definition at line 12 of file DeletedContribsPager__reallyDoQueryHook.php.

Member Function Documentation

◆ onDeletedContribsPager__reallyDoQuery()

MediaWiki\Hook\DeletedContribsPager__reallyDoQueryHook::onDeletedContribsPager__reallyDoQuery ( $data,
  $pager,
  $offset,
  $limit,
  $descending 
)

This hook is called before really executing the query for Special:DeletedContributions.

See also
ContribsPager__reallyDoQueryHook
Since
1.35
Parameters
array&$dataan array of results of all contribs queries
DeletedContribsPager$pagerThe DeletedContribsPager object hooked into
string$offsetIndex offset, inclusive
int$limitExact query limit
bool$descendingQuery direction, false for ascending, true for descending
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: