MediaWiki master
MediaWiki\Hook\DeletedContribsPager__reallyDoQueryHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

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

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "DeletedContribsPager::reallyDoQuery" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 15 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: