Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| JsonApiFunctionalTest::testMetaRelationEventOnRelationshipEndpoint | function | core/ |
Tests adding metadata to the relationship endpoint. |
| JsonApiJsonSchemaTestTrait::getValidator | function | core/ |
Get the JSON Schema Validator. |
| JsonApiPatchRegressionTest::testPatchToIncludeUrlDoesNotReturnIncludeFromIssue3026030 | function | core/ |
Ensure includes are respected even when PATCHing. |
| JsonApiRegressionTest::testPostToIncludeUrlDoesNotReturnIncludeFromIssue3026030 | function | core/ |
Ensure includes are respected even when POSTing. |
| 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. |
| JsonApiSpec::isValidCustomQueryParameter | function | core/ |
Checks whether the given custom query parameter name is valid. |
| JsonApiSpecTest::providerTestIsValidCustomQueryParameter | function | core/ |
Data provider for testIsValidCustomQueryParameter. |
| JsonApiSpecTest::testIsValidCustomQueryParameter | function | core/ |
Provides test cases. |
| JsonApiTopLevelResourceNormalizerTest | class | core/ |
Tests Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer. |
| JsonApiTopLevelResourceNormalizerTest.php | file | core/ |
|
| JsonApiTopLevelResourceNormalizerTest::$file | property | core/ |
|
| JsonApiTopLevelResourceNormalizerTest::$includeResolver | property | core/ |
The include resolver. |
| JsonApiTopLevelResourceNormalizerTest::$modules | property | core/ |
Modules to install. |
| JsonApiTopLevelResourceNormalizerTest::$node | property | core/ |
A node to normalize. |
| JsonApiTopLevelResourceNormalizerTest::$nodeType | property | core/ |
The node type. |
| JsonApiTopLevelResourceNormalizerTest::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository under test. |
| JsonApiTopLevelResourceNormalizerTest::$term1 | property | core/ |
A term. |
| JsonApiTopLevelResourceNormalizerTest::$term2 | property | core/ |
A term. |
| JsonApiTopLevelResourceNormalizerTest::$user | property | core/ |
A user to normalize. |
| JsonApiTopLevelResourceNormalizerTest::$user2 | property | core/ |
A user. |
| JsonApiTopLevelResourceNormalizerTest::$vocabulary | property | core/ |
A vocabulary. |
| JsonApiTopLevelResourceNormalizerTest::cacheableMetadataProvider | function | core/ |
Provides test cases for asserting cacheable metadata behavior. |
| JsonApiTopLevelResourceNormalizerTest::denormalizeUuidProviderBuilder | function | core/ |
We cannot use a PHPUnit data provider because our data depends on $this. |
| JsonApiTopLevelResourceNormalizerTest::getNormalizer | function | core/ |
Helper to load the normalizer. |
| JsonApiTopLevelResourceNormalizerTest::getTestConfigEntityResource | function | core/ |
Get a test resource type, resource object and includes for config entity. |
| JsonApiTopLevelResourceNormalizerTest::getTestContentEntityResource | function | core/ |
Get a test resource type, resource object and includes. |
| JsonApiTopLevelResourceNormalizerTest::jsonSchemaDataProvider | function | core/ |
Data provider for ::testNormalizedValuesAgainstJsonSchema. |
| JsonApiTopLevelResourceNormalizerTest::setUp | function | core/ |
Pagination
- Previous page
- Page 146
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.