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

Breadcrumb

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

function LabelOnlyResourceObject::getEntity

Gets the decorated entity.

Return value

\Drupal\Core\Entity\EntityInterface The label for which to only normalize its label.

File

core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php, line 49

Class

LabelOnlyResourceObject
Value object decorating a ResourceObject; only its label is available.

Namespace

Drupal\jsonapi\JsonApiResource

Code

public function getEntity() {
    return $this->entity;
}
RSS feed
Powered by Drupal