You are here

protected property EntityReference::$id in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php \Drupal\Core\Entity\Plugin\DataType\EntityReference::id

The entity ID.

Type: integer|string

File

core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php, line 46
Contains \Drupal\Core\Entity\Plugin\DataType\EntityReference.

Class

EntityReference
Defines an 'entity_reference' data type.

Namespace

Drupal\Core\Entity\Plugin\DataType

Code

protected $id;