Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| jsonapi.resource_response_validator.subscriber | service | core/ |
Drupal\jsonapi\EventSubscriber\ResourceResponseValidator |
| jsonapi.version_negotiator.id | service | core/ |
Drupal\jsonapi\Revisions\VersionById |
| 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/ |
Tests Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer. |
| JsonApiDocumentTopLevelNormalizerTest.php | file | core/ |
|
| JsonApiDocumentTopLevelNormalizerTest::$normalizer | property | core/ |
The normalizer under test. |
| JsonApiDocumentTopLevelNormalizerTest::denormalizeProvider | function | core/ |
Data provider for the denormalize test. |
| JsonApiDocumentTopLevelNormalizerTest::denormalizeUuidProvider | function | core/ |
Provides test cases for testDenormalizeUuid. |
| JsonApiDocumentTopLevelNormalizerTest::setUp | function | core/ |
|
| JsonApiDocumentTopLevelNormalizerTest::testDenormalize | function | core/ |
Tests denormalize. |
| JsonApiDocumentTopLevelNormalizerTest::testDenormalizeUuid | function | core/ |
Ensures only valid UUIDs can be specified. |
| JsonApiFilterRegressionTest::testFilterByIdFromIssue3015759 | function | core/ |
Ensures that filtering by a sequential internal ID named 'id' is possible. |
| JsonApiFilterRegressionTest::testFilteringEntitiesByEntityReferenceTargetId | function | core/ |
Tests that collections can be filtered by an entity reference target_id. |
| JsonApiJsonSchemaTestTrait::getValidator | function | core/ |
Get the JSON Schema Validator. |
| JsonApiPatchRegressionTest::testPatchInvalidFieldPropertyFromIssue3127883 | function | core/ |
Ensure PATCHing a non-existing field property results in a helpful error. |
| JsonApiPerformanceTest::testGetIndividual | function | core/ |
Tests performance of the navigation toolbar. |
| JsonApiRegressionTest::testInvalidDataTriggersUnprocessableEntityErrorFromIssue3052954 | function | core/ |
Ensure POSTing invalid data results in a 422 response, not a PHP error. |
| JsonApiRelationshipTest::$entityTypeId | property | core/ |
The entity type ID. |
| JsonApiRelationshipTest::testPatchHandleUUIDPropertyReferenceFieldIssue3127883 | function | core/ |
Test relationships without target_id as main property. |
| JsonApiRequestValidator | class | core/ |
Subscriber that validates the query parameter names on a JSON:API request. |
| JsonApiRequestValidator.php | file | core/ |
|
| JsonApiRequestValidator::getSubscribedEvents | function | core/ |
|
| JsonApiRequestValidator::onRequest | function | core/ |
Validates JSON:API requests. |
| JsonApiRequestValidator::onResponse | function | core/ |
Validates JSON:API requests. |
Pagination
- Previous page
- Page 96
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.