You are here

private property ClusterListBuilder::$clientManager in Elasticsearch Connector 8.7

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

Elasticsearch client manager service.

Type: \Drupal\elasticsearch_connector\ElasticSearch\ClientManagerInterface

File

src/Controller/ClusterListBuilder.php, line 40

Class

ClusterListBuilder
Provides a listing of Clusters along with their indices.

Namespace

Drupal\elasticsearch_connector\Controller

Code

private $clientManager;