MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onOpenSearchUrls (&$urls) | |
This hook is called when constructing the OpenSearch description XML. | |
Stable to implement.
Definition at line 9 of file OpenSearchUrlsHook.php.
MediaWiki\Hook\OpenSearchUrlsHook::onOpenSearchUrls | ( | & | $urls | ) |
This hook is called when constructing the OpenSearch description XML.
Hooks can alter or append to the array of URLs for search & suggestion formats.
array[] | &$urls | Array of associative arrays with URL element attributes |
Implemented in MediaWiki\HookContainer\HookRunner.