You are here

protected property EntityViewsData::$entityFieldManager in Drupal 9

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

The entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

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

Class

EntityViewsData
Provides generic views integration for entities.

Namespace

Drupal\views

Code

protected $entityFieldManager;