public function Server::getBackendConfig in Search API 8
Retrieves the configuration of this server's backend plugin.
Return value
array An associative array with the backend configuration.
Overrides ServerInterface::getBackendConfig
1 call to Server::getBackendConfig()
- Server::preSave in src/
Entity/ Server.php - Acts on an entity before the presave hook is invoked.
File
- src/
Entity/ Server.php, line 161
Class
- Server
- Defines the search server configuration entity.
Namespace
Drupal\search_api\EntityCode
public function getBackendConfig() {
return $this->backend_config;
}