You are here

protected property ResourceFieldEntityReference::$referencedIdProperty in RESTful 7.2

Property where the ID should be retrieved from.

If empty, the entity ID will be used. It's either the property or Field API field name.

Type: string

File

src/Plugin/resource/Field/ResourceFieldEntityReference.php, line 33
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntityReference.

Class

ResourceFieldEntityReference
Class ResourceFieldEntityReference.

Namespace

Drupal\restful\Plugin\resource\Field

Code

protected $referencedIdProperty;