Search for js
Title | Object type | File name | Summary |
---|---|---|---|
jsonapi.resource_type.repository | service | core/ |
Drupal\jsonapi\ResourceType\ResourceTypeRepository |
jsonapi.resource_type.repository.jsonapi_test_field_aliasing | service | core/ |
Drupal\jsonapi_test_field_aliasing\ResourceType\AliasingResourceTypeRepository |
jsonapi.resource_version.route_enhancer | service | core/ |
Drupal\jsonapi\Revisions\ResourceVersionRouteEnhancer |
jsonapi.route_enhancer | service | core/ |
Drupal\jsonapi\Routing\RouteEnhancer |
jsonapi.route_filter.format_setter | service | core/ |
Drupal\jsonapi\Routing\EarlyFormatSetter |
jsonapi.routing.yml | file | core/ |
core/modules/jsonapi/jsonapi.routing.yml |
jsonapi.schema.yml | file | core/ |
core/modules/jsonapi/config/schema/jsonapi.schema.yml |
jsonapi.serializer | service | core/ |
Drupal\jsonapi\Serializer\Serializer |
jsonapi.services.yml | file | core/ |
core/modules/jsonapi/jsonapi.services.yml |
jsonapi.settings.yml | file | core/ |
core/modules/jsonapi/config/install/jsonapi.settings.yml |
jsonapi.settings.yml | file | core/ |
core/modules/jsonapi/tests/fixtures/update/jsonapi.settings.yml |
jsonapi.version_negotiator | service | core/ |
Drupal\jsonapi\Revisions\VersionNegotiator |
jsonapi.version_negotiator.default | service | core/ |
Abstract |
jsonapi.version_negotiator.id | service | core/ |
Drupal\jsonapi\Revisions\VersionById |
jsonapi.version_negotiator.rel | service | core/ |
Drupal\jsonapi\Revisions\VersionByRel |
JsonApiDocumentTopLevel | class | core/ |
Represents a JSON:API document's "top level". |
JsonApiDocumentTopLevel.php | file | core/ |
|
JsonApiDocumentTopLevel::$data | property | core/ |
The data to normalize. |
JsonApiDocumentTopLevel::$includes | property | core/ |
The includes to normalize. |
JsonApiDocumentTopLevel::$links | property | core/ |
The links. |
JsonApiDocumentTopLevel::$meta | property | core/ |
The metadata to normalize. |
JsonApiDocumentTopLevel::$omissions | property | core/ |
Resource objects that will be omitted from the response for access reasons. |
JsonApiDocumentTopLevel::getData | function | core/ |
Gets the data. |
JsonApiDocumentTopLevel::getIncludes | function | core/ |
Gets a JSON:API Data object of resources to be included in the response. |
JsonApiDocumentTopLevel::getLinks | function | core/ |
Gets the links. |
JsonApiDocumentTopLevel::getMeta | function | core/ |
Gets the metadata. |
JsonApiDocumentTopLevel::getOmissions | function | core/ |
Gets an OmittedData instance containing resources to be omitted. |
JsonApiDocumentTopLevel::__construct | function | core/ |
Instantiates a JsonApiDocumentTopLevel object. |
JsonApiDocumentTopLevelNormalizer | class | core/ |
Normalizes the top-level document according to the JSON:API specification. |
JsonApiDocumentTopLevelNormalizer.php | file | core/ |
|
JsonApiDocumentTopLevelNormalizer::$entityTypeManager | property | core/ |
The entity type manager. |
JsonApiDocumentTopLevelNormalizer::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
JsonApiDocumentTopLevelNormalizer::denormalize | function | core/ |
|
JsonApiDocumentTopLevelNormalizer::doNormalize | function | core/ |
Normalizes an object into a set of arrays/scalars. |
JsonApiDocumentTopLevelNormalizer::getLinkHash | function | core/ |
Hashes an omitted link. |
JsonApiDocumentTopLevelNormalizer::getNormalizationSchema | function | core/ |
Retrieve JSON Schema for the normalization. |
JsonApiDocumentTopLevelNormalizer::getSchemasForDataCollection | function | core/ |
Retrieve an array of schemas for the resource types in a data object. |
JsonApiDocumentTopLevelNormalizer::getSupportedTypes | function | core/ |
|
JsonApiDocumentTopLevelNormalizer::normalizeErrorDocument | function | core/ |
Normalizes an error collection. |
JsonApiDocumentTopLevelNormalizer::normalizeOmissionsLinks | function | core/ |
Normalizes omitted data into a set of omission links. |
JsonApiDocumentTopLevelNormalizer::validateRequestBody | function | core/ |
Performs minimal validation of the document. |
JsonApiDocumentTopLevelNormalizer::__construct | function | core/ |
Constructs a JsonApiDocumentTopLevelNormalizer object. |
JsonApiDocumentTopLevelNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer[[api-linebreak]] @group jsonapi |
JsonApiDocumentTopLevelNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer @group jsonapi |
JsonApiDocumentTopLevelNormalizerTest.php | file | core/ |
|
JsonApiDocumentTopLevelNormalizerTest.php | file | core/ |
|
JsonApiDocumentTopLevelNormalizerTest::$file | property | core/ |
|
JsonApiDocumentTopLevelNormalizerTest::$includeResolver | property | core/ |
The include resolver. |
JsonApiDocumentTopLevelNormalizerTest::$modules | property | core/ |
Modules to install. |
JsonApiDocumentTopLevelNormalizerTest::$node | property | core/ |
A node to normalize. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.