You are here

protected property Entity::$typedData in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/Entity.php \Drupal\Core\Entity\Entity::typedData

A typed data object wrapping this entity.

Type: \Drupal\Core\TypedData\ComplexDataInterface

File

core/lib/Drupal/Core/Entity/Entity.php, line 52
Contains \Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

protected $typedData;