public function Link::getTargetAttributes in Drupal 9
Same name and namespace in other branches
- 8 core/modules/jsonapi/src/JsonApiResource/Link.php \Drupal\jsonapi\JsonApiResource\Link::getTargetAttributes()
Gets the link's target attributes.
Return value
string[] The link's target attributes.
File
- core/
modules/ jsonapi/ src/ JsonApiResource/ Link.php, line 127
Class
- Link
- Represents an RFC8288 based link.
Namespace
Drupal\jsonapi\JsonApiResourceCode
public function getTargetAttributes() {
return $this->attributes;
}