You are here

6 calls to EntityResource::buildWrappedResponse() in Drupal 8

EntityResource::createIndividual in core/modules/jsonapi/src/Controller/EntityResource.php
Creates an individual entity.
EntityResource::getIndividual in core/modules/jsonapi/src/Controller/EntityResource.php
Gets the individual entity.
EntityResource::getRelated in core/modules/jsonapi/src/Controller/EntityResource.php
Gets the related resource.
EntityResource::getRelationship in core/modules/jsonapi/src/Controller/EntityResource.php
Gets the relationship of an entity.
EntityResource::patchIndividual in core/modules/jsonapi/src/Controller/EntityResource.php
Patches an individual entity.
EntityResource::respondWithCollection in core/modules/jsonapi/src/Controller/EntityResource.php
Respond with an entity collection.