You are here

public function ServerInterface::setBackendConfig in Search API 8

Sets the configuration of this server's backend plugin.

Parameters

array $backend_config: The new configuration for the backend.

Return value

$this

1 method overrides ServerInterface::setBackendConfig()
Server::setBackendConfig in src/Entity/Server.php
Sets the configuration of this server's backend plugin.

File

src/ServerInterface.php, line 75

Class

ServerInterface
Defines the interface for server entities.

Namespace

Drupal\search_api

Code

public function setBackendConfig(array $backend_config);