You are here

protected property Relationship::$links in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/JsonApiResource/Relationship.php \Drupal\jsonapi\JsonApiResource\Relationship::links

The relationship object's links.

Type: \Drupal\jsonapi\JsonApiResource\LinkCollection

File

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

Class

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

Namespace

Drupal\jsonapi\JsonApiResource

Code

protected $links;