You are here

protected property FieldInheritanceSettingsForm::$entityTypeManager in Field Inheritance 8

Same name and namespace in other branches
  1. 2.0.x src/Form/FieldInheritanceSettingsForm.php \Drupal\field_inheritance\Form\FieldInheritanceSettingsForm::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManager

File

src/Form/FieldInheritanceSettingsForm.php, line 49

Class

FieldInheritanceSettingsForm
Provides a form for configuring field inheritance settings.

Namespace

Drupal\field_inheritance\Form

Code

protected $entityTypeManager;