private property ClusterListBuilder::$clientManager in Elasticsearch Connector 8.5
Same name and namespace in other branches
- 8.7 src/Controller/ClusterListBuilder.php \Drupal\elasticsearch_connector\Controller\ClusterListBuilder::clientManager
- 8.2 src/Controller/ClusterListBuilder.php \Drupal\elasticsearch_connector\Controller\ClusterListBuilder::clientManager
- 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\ControllerCode
private $clientManager;