Manual:Hooks/ContribsPager::getQueryInfo
From MediaWiki.org
| ContribsPager::getQueryInfo | |
|---|---|
| Available from version 1.13.0 Before the contributions query is about to run |
|
Define function: |
public static function onContribsPager::getQueryInfo( &$pager, &$queryInfo ) { ... }
|
Attach hook: |
$wgHooks['ContribsPager::getQueryInfo'][] = 'MyExtensionHooks::onContribsPager::getQueryInfo'; |
| Called from: | SpecialContributions.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:ContribsPager::getQueryInfo extensions.
Details [edit]
- &$pager: Pager object for contributions
- &$queryInfo: The query for the contribs Pager
