public function ServerInterface::getBackendConfig in Search API 8
Retrieves the configuration of this server's backend plugin.
Return value
array An associative array with the backend configuration.
1 method overrides ServerInterface::getBackendConfig()
- Server::getBackendConfig in src/
Entity/ Server.php - Retrieves the configuration of this server's backend plugin.
File
- src/
ServerInterface.php, line 65
Class
- ServerInterface
- Defines the interface for server entities.
Namespace
Drupal\search_apiCode
public function getBackendConfig();