MediaWiki  master
ApiOpenSearchSuggestHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Api\Hook;
4 
31  public function onApiOpenSearchSuggest( &$results );
32 }
This is a hook handler interface, see docs/Hooks.md.
onApiOpenSearchSuggest(&$results)
This hook is called when constructing the OpenSearch results.