public function IndexInterface::hasValidServer in Search API 8
Determines whether this index is lying on a valid server.
Return value
bool TRUE if the index's server is set and valid, otherwise FALSE.
2 methods override IndexInterface::hasValidServer()
- Index::hasValidServer in src/
Entity/ Index.php - Determines whether this index is lying on a valid server.
- UnsavedIndexConfiguration::hasValidServer in src/
UnsavedIndexConfiguration.php - Determines whether this index is lying on a valid server.
File
- src/
IndexInterface.php, line 243
Class
- IndexInterface
- Defines the interface for index entities.
Namespace
Drupal\search_apiCode
public function hasValidServer();