You are here

protected property Link::$attributes in JSON:API 8.2

The link target attributes.

An associative array where the keys are the attribute keys and values are either string or an array of strings.

Type: string[]

File

src/JsonApiResource/Link.php, line 54

Class

Link
Represents an RFC8288 based link.

Namespace

Drupal\jsonapi\JsonApiResource

Code

protected $attributes;