MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onApiOpenSearchSuggest (&$results) | |
This hook is called when constructing the OpenSearch results. | |
Stable to implement.
Definition at line 9 of file ApiOpenSearchSuggestHook.php.
MediaWiki\Api\Hook\ApiOpenSearchSuggestHook::onApiOpenSearchSuggest | ( | & | $results | ) |
This hook is called when constructing the OpenSearch results.
Hooks can alter or append to the array.
array[] | &$results | Array with integer keys to associative arrays. Keys in associative array:
|
Implemented in MediaWiki\Api\ApiHookRunner.