protected property ClusterDeleteForm::$entityManager in Elasticsearch Connector 8.6
Same name and namespace in other branches
- 8.7 src/Form/ClusterDeleteForm.php \Drupal\elasticsearch_connector\Form\ClusterDeleteForm::entityManager
- 8.2 src/Form/ClusterDeleteForm.php \Drupal\elasticsearch_connector\Form\ClusterDeleteForm::entityManager
- 8.5 src/Form/ClusterDeleteForm.php \Drupal\elasticsearch_connector\Form\ClusterDeleteForm::entityManager
The entity manager.
This object members must be set to anything other than private in order for \Drupal\Core\DependencyInjection\DependencySerialization to be detected.
Type: \Drupal\Core\Entity\EntityManager
File
- src/
Form/ ClusterDeleteForm.php, line 32
Class
- ClusterDeleteForm
- Defines a confirmation form for deletion of a custom menu.
Namespace
Drupal\elasticsearch_connector\FormCode
protected $entityManager;