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_apiCode
public function setBackendConfig(array $backend_config);