Search for id
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| JsonApiRequestValidator::validateQueryParams | function | core/ |
Validates custom (implementation-specific) query parameter names. |
| JsonapiServiceProvider | class | core/ |
Adds 'api_json' as known format and prevents its use in the REST module. |
| JsonapiServiceProvider.php | file | core/ |
|
| JsonapiServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
| JsonapiServiceProvider::register | function | core/ |
Registers services to the container. |
| JsonApiSettingsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| JsonApiSpec::isValidCustomQueryParameter | function | core/ |
Checks whether the given custom query parameter name is valid. |
| JsonApiSpec::isValidMemberName | function | core/ |
Checks whether the given member name is valid. |
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.