protected property Relationship::$links in Drupal 10
Same name and namespace in other branches
- 8 core/modules/jsonapi/src/JsonApiResource/Relationship.php \Drupal\jsonapi\JsonApiResource\Relationship::links
- 9 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\JsonApiResourceCode
protected $links;