You are here

namespace Drupal\jsonapi_resources\Unstable\Entity in JSON:API Resources 8

Classsort descending Location Description
EntityCreationTrait src/Unstable/Entity/EntityCreationTrait.php Provides methods for handling POST requests that should create an entity.
ResourceObjectToEntityMapper src/Unstable/Entity/ResourceObjectToEntityMapper.php Service which maps a resource object into an entity.
ResourceObjectToEntityMapperAwareInterface src/Unstable/Entity/ResourceObjectToEntityMapperAwareInterface.php Interface indicating that the resource object mapper should be injected.
ResourceObjectToEntityMapperAwareTrait src/Unstable/Entity/ResourceObjectToEntityMapperAwareTrait.php Trait which provides the resource object to entity mapper.