You are here

private property ElasticsearchController::$clientManager in Elasticsearch Connector 8.2

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

Type: ClientManagerInterface

File

src/Controller/ElasticsearchController.php, line 23
Contains \Drupal\elasticsearch_connector\Controller\ElasticsearchController.

Class

ElasticsearchController
Provides route responses for elasticsearch clusters.

Namespace

Drupal\elasticsearch_connector\Controller

Code

private $clientManager;