|
MediaWiki master
|
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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "DeletedContribsPager::reallyDoQuery" to register handlers implementing this interface.
Definition at line 16 of file DeletedContribsPager__reallyDoQueryHook.php.
| MediaWiki\Hook\DeletedContribsPager__reallyDoQueryHook::onDeletedContribsPager__reallyDoQuery | ( | & | $data, |
| $pager, | |||
| $offset, | |||
| $limit, | |||
| $descending ) |
This hook is called before really executing the query for Special:DeletedContributions.
| array<iterable<stdClass>> | &$data An array of results of all contribs queries | |
| ContributionsPager | $pager | The ContributionsPager object hooked into |
| string | $offset | Index offset, inclusive |
| int | $limit | Exact query limit |
| bool | $descending | Query direction, false for ascending, true for descending |
Implemented in MediaWiki\HookContainer\HookRunner.