You are here

protected property EntityViewsData::$entityTypeManager in Drupal 8

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/views/src/EntityViewsData.php, line 73

Class

EntityViewsData
Provides generic views integration for entities.

Namespace

Drupal\views

Code

protected $entityTypeManager;