You are here

protected property ClusterListBuilder::$clusterStorage in Elasticsearch Connector 8.7

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

Storage interface for the elasticsearch_cluster entity.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

src/Controller/ClusterListBuilder.php, line 33

Class

ClusterListBuilder
Provides a listing of Clusters along with their indices.

Namespace

Drupal\elasticsearch_connector\Controller

Code

protected $clusterStorage;