public function SearchInterface::hasValidIndex in Search API Autocomplete 8
Determines whether this search has a valid index set.
Return value
bool TRUE if the index this search belongs to can be loaded, FALSE otherwise.
1 method overrides SearchInterface::hasValidIndex()
- Search::hasValidIndex in src/
Entity/ Search.php - Determines whether this search has a valid index set.
File
- src/
SearchInterface.php, line 35
Class
- SearchInterface
- Describes the autocomplete settings for a certain search.
Namespace
Drupal\search_api_autocompleteCode
public function hasValidIndex();