You are here

protected property EntityTreeNodeMapper::$entityTypeManager in Entity Reference Hierarchy 8.2

Same name and namespace in other branches
  1. 3.x src/Storage/EntityTreeNodeMapper.php \Drupal\entity_hierarchy\Storage\EntityTreeNodeMapper::entityTypeManager

Entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Storage/EntityTreeNodeMapper.php, line 19

Class

EntityTreeNodeMapper
Takes an array of tree nodes & returns matching entities, keyed by tree node.

Namespace

Drupal\entity_hierarchy\Storage

Code

protected $entityTypeManager;