You are here

protected property EntityDecorator::$entity in Automatic Entity Label 8.2

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

The content entity that is decorated.

Type: \Drupal\Core\Entity\ContentEntityInterface

File

src/EntityDecorator.php, line 20

Class

EntityDecorator
Provides an content entity decorator for automatic label generation.

Namespace

Drupal\auto_entitylabel

Code

protected $entity;