You are here

public function ServerInterface::hasValidBackend in Search API 8

Determines whether the backend is valid.

Return value

bool TRUE if the backend is valid, FALSE otherwise.

1 method overrides ServerInterface::hasValidBackend()
Server::hasValidBackend in src/Entity/Server.php
Determines whether the backend is valid.

File

src/ServerInterface.php, line 38

Class

ServerInterface
Defines the interface for server entities.

Namespace

Drupal\search_api

Code

public function hasValidBackend();