public function SearchInterface::getOption in Search API Autocomplete 8
Gets a specific option's value.
Parameters
string $key: The key of the option.
Return value
mixed|null The option's value, or NULL if the option is unknown.
1 method overrides SearchInterface::getOption()
- Search::getOption in src/
Entity/ Search.php - Gets a specific option's value.
File
- src/
SearchInterface.php, line 179
Class
- SearchInterface
- Describes the autocomplete settings for a certain search.
Namespace
Drupal\search_api_autocompleteCode
public function getOption($key);