You are here

protected property FieldAPIHandlerTrait::$entityFieldManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/FieldAPIHandlerTrait.php \Drupal\views\FieldAPIHandlerTrait::entityFieldManager

The entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

core/modules/views/src/FieldAPIHandlerTrait.php, line 31

Class

FieldAPIHandlerTrait
A trait containing helper methods for field definitions.

Namespace

Drupal\views

Code

protected $entityFieldManager;