You are here

namespace Drupal\jsonapi in Drupal 9

Same name in other branches
  1. 8 Drupal\jsonapi
Classsort descending Location Description
CacheableResourceResponse core/modules/jsonapi/src/CacheableResourceResponse.php Extends ResourceResponse with cacheability.
IncludeResolver core/modules/jsonapi/src/IncludeResolver.php Resolves included resources for an entity or collection of entities.
JsonapiServiceProvider core/modules/jsonapi/src/JsonapiServiceProvider.php Adds 'api_json' as known format and prevents its use in the REST module.
JsonApiSpec core/modules/jsonapi/src/JsonApiSpec.php Defines constants used for compliance with the JSON:API specification.
ResourceResponse core/modules/jsonapi/src/ResourceResponse.php Contains data for serialization before sending the response.