You are here

protected property EntityHierarchySelectionDeriver::$entityFieldManager in Entity Reference Hierarchy 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/Derivative/EntityHierarchySelectionDeriver.php \Drupal\entity_hierarchy\Plugin\Derivative\EntityHierarchySelectionDeriver::entityFieldManager

Entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

src/Plugin/Derivative/EntityHierarchySelectionDeriver.php, line 20

Class

EntityHierarchySelectionDeriver
Derives an entity reference selection handler for each entity type.

Namespace

Drupal\entity_hierarchy\Plugin\Derivative

Code

protected $entityFieldManager;