You are here

protected property EntityTypeInfo::$entityTypeManager in Drupal 8

Same name in this branch
  1. 8 core/modules/content_moderation/src/EntityTypeInfo.php \Drupal\content_moderation\EntityTypeInfo::entityTypeManager
  2. 8 core/modules/workspaces/src/EntityTypeInfo.php \Drupal\workspaces\EntityTypeInfo::entityTypeManager
Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/EntityTypeInfo.php \Drupal\workspaces\EntityTypeInfo::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/workspaces/src/EntityTypeInfo.php, line 27

Class

EntityTypeInfo
Manipulates entity type information.

Namespace

Drupal\workspaces

Code

protected $entityTypeManager;