Search for normalize
- Search 7.x for normalize
- Search 9.5.x for normalize
- Search 8.9.x for normalize
- Search 10.3.x for normalize
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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 @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/ |
|
JsonApiDocumentTopLevelNormalizerTest::$node | property | core/ |
A node to normalize. |
JsonApiDocumentTopLevelNormalizerTest::$nodeType | property | core/ |
The node type. |
JsonApiDocumentTopLevelNormalizerTest::$normalizer | property | core/ |
The normalizer under test. |
JsonApiDocumentTopLevelNormalizerTest::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository under test. |
JsonApiDocumentTopLevelNormalizerTest::$term1 | property | core/ |
A term. |
JsonApiDocumentTopLevelNormalizerTest::$term2 | property | core/ |
A term. |
JsonApiDocumentTopLevelNormalizerTest::$user | property | core/ |
A user to normalize. |
JsonApiDocumentTopLevelNormalizerTest::$user2 | property | core/ |
A user. |
JsonApiDocumentTopLevelNormalizerTest::$vocabulary | property | core/ |
A vocabulary. |
JsonApiDocumentTopLevelNormalizerTest::denormalizeProvider | function | core/ |
Data provider for the denormalize test. |
JsonApiDocumentTopLevelNormalizerTest::denormalizeUuidProvider | function | core/ |
Provides test cases for testDenormalizeUuid. |
JsonApiDocumentTopLevelNormalizerTest::denormalizeUuidProviderBuilder | function | core/ |
We cannot use a PHPUnit data provider because our data depends on $this. |
JsonApiDocumentTopLevelNormalizerTest::getNormalizer | function | core/ |
Helper to load the normalizer. |
JsonApiDocumentTopLevelNormalizerTest::setUp | function | core/ |
|
JsonApiDocumentTopLevelNormalizerTest::setUp | function | core/ |
|
JsonApiDocumentTopLevelNormalizerTest::tearDown | function | core/ |
|
JsonApiDocumentTopLevelNormalizerTest::testAliasFieldRouteException | function | core/ |
Tests the message and exceptions when requesting a Label only resource. |
JsonApiDocumentTopLevelNormalizerTest::testCacheableMetadata | function | core/ |
Ensure that cacheability metadata is properly added. |
JsonApiDocumentTopLevelNormalizerTest::testCacheableMetadataProvider | function | core/ |
Provides test cases for asserting cacheable metadata behavior. |
JsonApiDocumentTopLevelNormalizerTest::testDenormalize | function | core/ |
@covers ::denormalize @dataProvider denormalizeProvider |
JsonApiDocumentTopLevelNormalizerTest::testDenormalize | function | core/ |
Try to POST a node and check if it exists afterwards. |
JsonApiDocumentTopLevelNormalizerTest::testDenormalizeInvalidTypeAndNoType | function | core/ |
Tests denormalization for related resources with missing or invalid types. |
JsonApiDocumentTopLevelNormalizerTest::testDenormalizeUuid | function | core/ |
Ensures only valid UUIDs can be specified. |
JsonApiDocumentTopLevelNormalizerTest::testDenormalizeUuid | function | core/ |
Try to POST a node and check if it exists afterwards. |
JsonApiDocumentTopLevelNormalizerTest::testNormalize | function | core/ |
@covers ::normalize |
JsonApiDocumentTopLevelNormalizerTest::testNormalizeConfig | function | core/ |
@covers ::normalize |
JsonApiDocumentTopLevelNormalizerTest::testNormalizeException | function | core/ |
@covers ::normalize |
JsonApiDocumentTopLevelNormalizerTest::testNormalizeUuid | function | core/ |
@covers ::normalize |
JsonApiRegressionTest::testDenormalizeAliasedRelationshipFromIssue2953207 | function | core/ |
Ensures denormalizing relationships with aliased field names works. |
JsonApiRegressionTest::testPatchingDateTimeNormalizedWrongTimeZoneIssue3021194 | function | core/ |
Ensures datetime fields are normalized using the correct timezone. |
jsonapi_test_normalizers_kernel.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml |
jsonapi_test_normalizers_kernel.jsonapi_document_toplevel | service | core/ |
Alias of serializer.normalizer.jsonapi_document_toplevel.jsonapi |
jsonapi_test_normalizers_kernel.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml |
LayoutBuilderEntityViewDisplayResourceTestBase::getExpectedNormalizedEntity | function | core/ |
|
LayoutEntityDisplayNormalizer | class | core/ |
Normalizes/denormalizes LayoutEntityDisplay objects into an array structure. |
LayoutEntityDisplayNormalizer.php | file | core/ |
|
LayoutEntityDisplayNormalizer::getDataWithoutInternals | function | core/ |
|
LayoutEntityDisplayNormalizer::getSupportedTypes | function | core/ |
|
LinkCollectionNormalizer | class | core/ |
Normalizes a LinkCollection object. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.