9 calls to Server::hasValidBackend() in Search API 8
- Server::calculateDependencies in src/
Entity/ Server.php - Calculates dependencies and stores them in the dependency property.
- Server::getBackendDefinedFields in src/
Entity/ Server.php - Provides information on additional fields made available by the backend.
- Server::getDiscouragedProcessors in src/
Entity/ Server.php - Limits the processors displayed in the UI for indexes on this server.
- Server::getSupportedFeatures in src/
Entity/ Server.php - Returns all features that this backend supports.
- Server::isAvailable in src/
Entity/ Server.php - Returns a boolean with the availability of the backend.
- Server::onDependencyRemoval in src/
Entity/ Server.php - Informs the entity that entities it depends on will be deleted.
- Server::postSave in src/
Entity/ Server.php - Acts on a saved entity before the insert or update hook is invoked.
- Server::supportsDataType in src/
Entity/ Server.php - Determines whether the backend supports a given add-on data type.
- Server::viewSettings in src/
Entity/ Server.php - Returns additional, backend-specific information about this server.