You are here

protected property FieldInheritanceForm::$entityTypeManager in Field Inheritance 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/FieldInheritanceForm.php \Drupal\field_inheritance\Form\FieldInheritanceForm::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManager

Overrides EntityForm::$entityTypeManager

File

src/Form/FieldInheritanceForm.php, line 41

Class

FieldInheritanceForm
Provides a form for managing field inheritance entities.

Namespace

Drupal\field_inheritance\Form

Code

protected $entityTypeManager;