public function IndexInterface::isServerEnabled in Search API 8
Checks if this index has an enabled server.
Return value
bool TRUE if this index is attached to a valid, enabled server.
2 methods override IndexInterface::isServerEnabled()
- Index::isServerEnabled in src/
Entity/ Index.php - Checks if this index has an enabled server.
- UnsavedIndexConfiguration::isServerEnabled in src/
UnsavedIndexConfiguration.php - Checks if this index has an enabled server.
File
- src/
IndexInterface.php, line 251
Class
- IndexInterface
- Defines the interface for index entities.
Namespace
Drupal\search_apiCode
public function isServerEnabled();