You are here

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

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

The entity field manager service.

Type: \Drupal\Core\Entity\EntityFieldManager

File

src/Form/FieldInheritanceForm.php, line 34

Class

FieldInheritanceForm
Provides a form for managing field inheritance entities.

Namespace

Drupal\field_inheritance\Form

Code

protected $entityFieldManager;