You are here

protected property EntityAdapter::$entity in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 41
Contains \Drupal\Core\Entity\Plugin\DataType\EntityAdapter.

Class

EntityAdapter
Defines the "entity" data type.

Namespace

Drupal\Core\Entity\Plugin\DataType

Code

protected $entity;