You are here

protected property LinkCollection::$links in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/JsonApiResource/LinkCollection.php \Drupal\jsonapi\JsonApiResource\LinkCollection::links

The links in the collection, keyed by unique strings.

Type: \Drupal\jsonapi\JsonApiResource\Link[]

File

core/modules/jsonapi/src/JsonApiResource/LinkCollection.php, line 23

Class

LinkCollection
Contains a set of JSON:API Link objects.

Namespace

Drupal\jsonapi\JsonApiResource

Code

protected $links;