You are here

public function ServerInterface::getBackendId in Search API 8

Retrieves the plugin ID of the backend of this server.

Return value

string The plugin ID of the backend.

1 method overrides ServerInterface::getBackendId()
Server::getBackendId in src/Entity/Server.php
Retrieves the plugin ID of the backend of this server.

File

src/ServerInterface.php, line 46

Class

ServerInterface
Defines the interface for server entities.

Namespace

Drupal\search_api

Code

public function getBackendId();