You are here

protected property EntityReference::$id in Drupal 8

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

The entity ID.

Type: int|string

File

core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php, line 41

Class

EntityReference
Defines an 'entity_reference' data type.

Namespace

Drupal\Core\Entity\Plugin\DataType

Code

protected $id;