public function LabelOnlyResourceObject::getEntity in Drupal 9
Same name and namespace in other branches
- 8 core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php \Drupal\jsonapi\JsonApiResource\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\JsonApiResourceCode
public function getEntity() {
  return $this->entity;
}