You are here

public function ClientManagerInterface::__construct in Elasticsearch Connector 8.2

Same name and namespace in other branches
  1. 8.7 src/ElasticSearch/ClientManagerInterface.php \Drupal\elasticsearch_connector\ElasticSearch\ClientManagerInterface::__construct()
  2. 8.5 src/ElasticSearch/ClientManagerInterface.php \Drupal\elasticsearch_connector\ElasticSearch\ClientManagerInterface::__construct()
  3. 8.6 src/ElasticSearch/ClientManagerInterface.php \Drupal\elasticsearch_connector\ElasticSearch\ClientManagerInterface::__construct()
1 method overrides ClientManagerInterface::__construct()
ClientManager::__construct in src/ElasticSearch/ClientManager.php
ConnectorManager constructor.

File

src/ElasticSearch/ClientManagerInterface.php, line 18

Class

ClientManagerInterface

Namespace

Drupal\elasticsearch_connector\ElasticSearch

Code

public function __construct(ModuleHandlerInterface $module_handler, ClientFactoryInterface $clientManagerFactory);