You are here

protected property RelationRepository::$entityTypeManager in Relation 8.2

Same name and namespace in other branches
  1. 8 src/Entity/RelationRepository.php \Drupal\relation\Entity\RelationRepository::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Entity/RelationRepository.php, line 19

Class

RelationRepository
Provides mechanism for retrieving available relations types.

Namespace

Drupal\relation\Entity

Code

protected $entityTypeManager;