public function GoogleCSESearch::execute in Google Custom Search Engine 8.3
Same name and namespace in other branches
- 8.2 src/Plugin/Search/GoogleCSESearch.php \Drupal\google_cse\Plugin\Search\GoogleCSESearch::execute()
Executes the search.
Return value
array A structured list of search results.
Overrides SearchInterface::execute
File
- src/
Plugin/ Search/ GoogleCSESearch.php, line 168
Class
- GoogleCSESearch
- Handles searching for node entities using the Search module index.
Namespace
Drupal\google_cse\Plugin\SearchCode
public function execute() {
// This function must remain to satisfy the
// Drupal/search//Plugin/SearchInterface, but we have no use for it.
}