Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TopLevelDataInterface.php

function TopLevelDataInterface::getData

Returns the data for the top-level data member of a JSON:API document.

Return value

\Drupal\jsonapi\JsonApiResource\Data The top-level data.

2 methods override TopLevelDataInterface::getData()
Relationship::getData in core/modules/jsonapi/src/JsonApiResource/Relationship.php
Gets the relationship object's data.
ResourceObjectData::getData in core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php
Returns the data for the top-level data member of a JSON:API document.

File

core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php, line 22

Class

TopLevelDataInterface
Interface for objects that can appear as top-level object data.

Namespace

Drupal\jsonapi\JsonApiResource

Code

public function getData();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal