You are here

protected property FieldInheritanceDeleteForm::$entityFieldManager in Field Inheritance 8

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

The entity field manager service.

Type: \Drupal\Core\Entity\EntityFieldManager

File

src/Form/FieldInheritanceDeleteForm.php, line 29

Class

FieldInheritanceDeleteForm
Builds the form to delete Field inheritance entities.

Namespace

Drupal\field_inheritance\Form

Code

protected $entityFieldManager;