You are here

protected property ViewsData::$entityTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/content_moderation/src/ViewsData.php \Drupal\content_moderation\ViewsData::entityTypeManager
  2. 10 core/modules/content_moderation/src/ViewsData.php \Drupal\content_moderation\ViewsData::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/content_moderation/src/ViewsData.php, line 23

Class

ViewsData
Provides the content_moderation views integration.

Namespace

Drupal\content_moderation

Code

protected $entityTypeManager;