You are here

public function JsonApiDocumentTopLevel::getLinks in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php \Drupal\jsonapi\JsonApiResource\JsonApiDocumentTopLevel::getLinks()

Gets the links.

Return value

\Drupal\jsonapi\JsonApiResource\LinkCollection The top-level links.

File

core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php, line 97

Class

JsonApiDocumentTopLevel
Represents a JSON:API document's "top level".

Namespace

Drupal\jsonapi\JsonApiResource

Code

public function getLinks() {
  return $this->links;
}