public function Relationship::getLinks in Drupal 9
Same name and namespace in other branches
- 8 core/modules/jsonapi/src/JsonApiResource/Relationship.php \Drupal\jsonapi\JsonApiResource\Relationship::getLinks()
Gets the relationship object's links.
Return value
\Drupal\jsonapi\JsonApiResource\LinkCollection The relationship object's links.
File
- core/
modules/ jsonapi/ src/ JsonApiResource/ Relationship.php, line 168
Class
- Relationship
- Represents references from one resource object to other resource object(s).
Namespace
Drupal\jsonapi\JsonApiResourceCode
public function getLinks() {
return $this->links;
}