You are here

protected property IndexForm::$clusterManager in Elasticsearch Connector 8.6

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

The cluster manager service.

Type: \Drupal\elasticsearch_connector\ClusterManager

File

src/Form/IndexForm.php, line 38

Class

IndexForm
Form controller for node type forms.

Namespace

Drupal\elasticsearch_connector\Form

Code

protected $clusterManager;