You are here

public function Link::getTargetAttributes in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/JsonApiResource/Link.php \Drupal\jsonapi\JsonApiResource\Link::getTargetAttributes()
  2. 9 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\JsonApiResource

Code

public function getTargetAttributes() {
  return $this->attributes;
}