protected property ClusterListBuilder::$indexStorage in Elasticsearch Connector 8.6
Same name and namespace in other branches
- 8.7 src/Controller/ClusterListBuilder.php \Drupal\elasticsearch_connector\Controller\ClusterListBuilder::indexStorage
- 8 src/Controller/ClusterListBuilder.php \Drupal\elasticsearch_connector\Controller\ClusterListBuilder::indexStorage
- 8.2 src/Controller/ClusterListBuilder.php \Drupal\elasticsearch_connector\Controller\ClusterListBuilder::indexStorage
- 8.5 src/Controller/ClusterListBuilder.php \Drupal\elasticsearch_connector\Controller\ClusterListBuilder::indexStorage
Storage interface for the elasticsearch_index entity.
Type: \Drupal\Core\Entity\EntityStorageInterface
File
- src/
Controller/ ClusterListBuilder.php, line 26
Class
- ClusterListBuilder
- Provides a listing of Clusters along with their indices.
Namespace
Drupal\elasticsearch_connector\ControllerCode
protected $indexStorage;