You are here

protected property EntityAliasTypeDeriver::$entityFieldManager in View Mode Page 3.2.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/Derivative/EntityAliasTypeDeriver.php \Drupal\view_mode_page\Plugin\Derivative\EntityAliasTypeDeriver::entityFieldManager
  2. 4.0.x src/Plugin/Derivative/EntityAliasTypeDeriver.php \Drupal\view_mode_page\Plugin\Derivative\EntityAliasTypeDeriver::entityFieldManager

The entity field manager interface.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

src/Plugin/Derivative/EntityAliasTypeDeriver.php, line 35

Class

EntityAliasTypeDeriver
Deriver that exposes content entities as alias type plugins.

Namespace

Drupal\view_mode_page\Plugin\Derivative

Code

protected $entityFieldManager;