You are here

private property ElasticsearchController::$clientManager in Elasticsearch Connector 8.6

Same name and namespace in other branches
  1. 8.7 src/Controller/ElasticsearchController.php \Drupal\elasticsearch_connector\Controller\ElasticsearchController::clientManager
  2. 8.2 src/Controller/ElasticsearchController.php \Drupal\elasticsearch_connector\Controller\ElasticsearchController::clientManager
  3. 8.5 src/Controller/ElasticsearchController.php \Drupal\elasticsearch_connector\Controller\ElasticsearchController::clientManager

Elasticsearch client manager service.

Type: \Drupal\elasticsearch_connector\ElasticSearch\ClientManagerInterface

File

src/Controller/ElasticsearchController.php, line 20

Class

ElasticsearchController
Provides route responses for elasticsearch clusters.

Namespace

Drupal\elasticsearch_connector\Controller

Code

private $clientManager;