You are here

public function BackendInterface::getServer in Search API 8

Retrieves the server entity for this backend.

Return value

\Drupal\search_api\ServerInterface The server entity.

1 method overrides BackendInterface::getServer()
BackendPluginBase::getServer in src/Backend/BackendPluginBase.php
Retrieves the server entity for this backend.

File

src/Backend/BackendInterface.php, line 29

Class

BackendInterface
Defines an interface for search backend plugins.

Namespace

Drupal\search_api\Backend

Code

public function getServer();