MediaWiki master
MediaWiki\Hook\ContribsPager__getQueryInfoHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onContribsPager__getQueryInfo ( $pager, &$queryInfo)
 This hook is called before the contributions query is about to run.
 

Detailed Description

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

Use the hook name "ContribsPager::getQueryInfo" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 15 of file ContribsPager__getQueryInfoHook.php.

Member Function Documentation

◆ onContribsPager__getQueryInfo()

MediaWiki\Hook\ContribsPager__getQueryInfoHook::onContribsPager__getQueryInfo (   $pager,
$queryInfo 
)

This hook is called before the contributions query is about to run.

Since
1.35
Parameters
ContribsPager$pagerPager object for contributions
array&$queryInfoThe query for the contribs Pager
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: