public function ResultSet::getSpellingSuggestions in Google Search Appliance 8
Gets value of spellingSuggestions.
Return value
array Value of spellingSuggestions
File
- src/
SearchResults/ ResultSet.php, line 229
Class
- ResultSet
- Defines a value object for a search response.
Namespace
Drupal\google_appliance\SearchResultsCode
public function getSpellingSuggestions() {
return $this->spellingSuggestions;
}