You are here

namespace Drupal\jsonapi\EventSubscriber in Drupal 8

Same name in other branches
  1. 9 Drupal\jsonapi\EventSubscriber
  2. 10 Drupal\jsonapi\EventSubscriber
Classsort descending Location Description
DefaultExceptionSubscriber core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Serializes exceptions in compliance with the JSON:API specification.
JsonApiRequestValidator core/modules/jsonapi/src/EventSubscriber/JsonApiRequestValidator.php Request subscriber that validates a JSON:API request.
ResourceObjectNormalizationCacher core/modules/jsonapi/src/EventSubscriber/ResourceObjectNormalizationCacher.php Caches entity normalizations after the response has been sent.
ResourceResponseSubscriber core/modules/jsonapi/src/EventSubscriber/ResourceResponseSubscriber.php Response subscriber that serializes and removes ResourceResponses' data.
ResourceResponseValidator core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php Response subscriber that validates a JSON:API response.