public function Search::getOptions in Search API Autocomplete 8
Gets the search's options.
Return value
array The options.
Overrides SearchInterface::getOptions
1 call to Search::getOptions()
- Search::getOption in src/
Entity/ Search.php - Gets a specific option's value.
File
- src/
Entity/ Search.php, line 374
Class
- Search
- Describes the autocomplete settings for a certain search.
Namespace
Drupal\search_api_autocomplete\EntityCode
public function getOptions() {
return $this->options + static::getDefaultOptions();
}