You are here

protected property EntityDecorator::$entityTypeManager in Automatic Entity Label 8.3

Same name and namespace in other branches
  1. 8 src/EntityDecorator.php \Drupal\auto_entitylabel\EntityDecorator::entityTypeManager
  2. 8.2 src/EntityDecorator.php \Drupal\auto_entitylabel\EntityDecorator::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/EntityDecorator.php, line 28

Class

EntityDecorator
Provides an content entity decorator for automatic label generation.

Namespace

Drupal\auto_entitylabel

Code

protected $entityTypeManager;