You are here

protected property Relationship::$data in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/JsonApiResource/Relationship.php \Drupal\jsonapi\JsonApiResource\Relationship::data
  2. 10 core/modules/jsonapi/src/JsonApiResource/Relationship.php \Drupal\jsonapi\JsonApiResource\Relationship::data

The data of the relationship object.

Type: \Drupal\jsonapi\JsonApiResource\RelationshipData

File

core/modules/jsonapi/src/JsonApiResource/Relationship.php, line 48

Class

Relationship
Represents references from one resource object to other resource object(s).

Namespace

Drupal\jsonapi\JsonApiResource

Code

protected $data;