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