You are here

protected property ClusterDeleteForm::$clusterManager in Elasticsearch Connector 8.5

Same name and namespace in other branches
  1. 8.7 src/Form/ClusterDeleteForm.php \Drupal\elasticsearch_connector\Form\ClusterDeleteForm::clusterManager
  2. 8.6 src/Form/ClusterDeleteForm.php \Drupal\elasticsearch_connector\Form\ClusterDeleteForm::clusterManager

The cluster manager service.

Type: \Drupal\elasticsearch_connector\ClusterManager

File

src/Form/ClusterDeleteForm.php, line 39

Class

ClusterDeleteForm
Defines a confirmation form for deletion of a custom menu.

Namespace

Drupal\elasticsearch_connector\Form

Code

protected $clusterManager;