You are here

protected property IndexDeleteForm::$entityTypeManager in Elasticsearch Connector 8.5

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

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides EntityForm::$entityTypeManager

File

src/Form/IndexDeleteForm.php, line 29

Class

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

Namespace

Drupal\elasticsearch_connector\Form

Code

protected $entityTypeManager;