You are here

protected property EntityAdapter::$entity in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php \Drupal\Core\Entity\Plugin\DataType\EntityAdapter::entity

The wrapped entity object.

Type: \Drupal\Core\Entity\EntityInterface|null

File

core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php, line 36

Class

EntityAdapter
Defines the "entity" data type.

Namespace

Drupal\Core\Entity\Plugin\DataType

Code

protected $entity;