You are here

protected property ClusterDeleteForm::$entityManager in Elasticsearch Connector 8.2

Same name and namespace in other branches
  1. 8.7 src/Form/ClusterDeleteForm.php \Drupal\elasticsearch_connector\Form\ClusterDeleteForm::entityManager
  2. 8.5 src/Form/ClusterDeleteForm.php \Drupal\elasticsearch_connector\Form\ClusterDeleteForm::entityManager
  3. 8.6 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 36
Contains \Drupal\elasticsearch_connector\Form\ClusterDeleteForm.

Class

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

Namespace

Drupal\elasticsearch_connector\Form

Code

protected $entityManager;