You are here

protected property IndexForm::$entityTypeManager in Elasticsearch Connector 8.2

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

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\EntityTypeManager

Overrides EntityForm::$entityTypeManager

File

src/Form/IndexForm.php, line 35
Contains \Drupal\elasticsearch_connector\Form\IndexForm.

Class

IndexForm
Form controller for node type forms.

Namespace

Drupal\elasticsearch_connector\Form

Code

protected $entityTypeManager;