< Manual:Hooks
WantedPages::getQueryInfo | |
---|---|
Available from version 1.18.0 (r78786, codereview) Called in WantedPagesPage::getQueryInfo(), can be used to alter the SQL query which gets the list of wanted pages. | |
Define function: | public static function onWantedPages_getQueryInfo( &$wantedPages, &$query ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"WantedPages::getQueryInfo": "MyExtensionHooks::onWantedPagesgetQueryInfo"
}
}
|
Called from: | File(s): specials/SpecialWantedpages.php |
Interface: | WantedPages__getQueryInfoHook.php |
For more information about attaching hooks, see Manual:Hooks
For examples of extensions using this hook, see Category:WantedPages::getQueryInfo extensions.
Details
- &$wantedPages: WantedPagesPage object
- &$query: query array, see QueryPage::getQueryInfo() for format documentation
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.