public function SearchInterface::getOptions in Search API Autocomplete 8
Gets the search's options.
Return value
array The options.
1 method overrides SearchInterface::getOptions()
- Search::getOptions in src/
Entity/ Search.php - Gets the search's options.
File
- src/
SearchInterface.php, line 187
Class
- SearchInterface
- Describes the autocomplete settings for a certain search.
Namespace
Drupal\search_api_autocompleteCode
public function getOptions();