You are here

protected property EntityAliasTypeDeriver::$entityTypeManager 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::entityTypeManager
  2. 4.0.x src/Plugin/Derivative/EntityAliasTypeDeriver.php \Drupal\view_mode_page\Plugin\Derivative\EntityAliasTypeDeriver::entityTypeManager

The entity type manager interface.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

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

Class

EntityAliasTypeDeriver
Deriver that exposes content entities as alias type plugins.

Namespace

Drupal\view_mode_page\Plugin\Derivative

Code

protected $entityTypeManager;