Search for normalize
- Search 7.x for normalize
- Search 9.5.x for normalize
- Search 8.9.x for normalize
- Search 11.x for normalize
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RelationshipNormalizerTest::$userUids | property | core/ |
Static UIDs for use in tests. |
| RelationshipNormalizerTest::normalizeProvider | function | core/ |
Data provider for testNormalize. |
| RelationshipNormalizerTest::setUp | function | core/ |
|
| RelationshipNormalizerTest::testNormalize | function | core/ |
@covers ::normalize[[api-linebreak]] @dataProvider normalizeProvider |
| RequestHandler::getNormalizedRequestMethod | function | core/ |
Gets the normalized HTTP request method of the matched route. |
| ResourceIdentifierNormalizer | class | core/ |
Normalizes a Relationship according to the JSON:API specification. |
| ResourceIdentifierNormalizer.php | file | core/ |
|
| ResourceIdentifierNormalizer::$fieldManager | property | core/ |
The entity field manager. |
| ResourceIdentifierNormalizer::denormalize | function | core/ |
|
| ResourceIdentifierNormalizer::getSupportedTypes | function | core/ |
|
| ResourceIdentifierNormalizer::hasCacheableSupportsMethod | function | core/ |
|
| ResourceIdentifierNormalizer::massageRelationshipInput | function | core/ |
Validates and massages the relationship input depending on the cardinality. |
| ResourceIdentifierNormalizer::normalize | function | core/ |
|
| ResourceIdentifierNormalizer::__construct | function | core/ |
RelationshipNormalizer constructor. |
| ResourceIdentifierNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\ResourceIdentifierNormalizer[[api-linebreak]] @group jsonapi |
| ResourceIdentifierNormalizerTest.php | file | core/ |
|
| ResourceIdentifierNormalizerTest::$normalizer | property | core/ |
The normalizer under test. |
| ResourceIdentifierNormalizerTest::$resourceType | property | core/ |
The base resource type for testing. |
| ResourceIdentifierNormalizerTest::denormalizeInvalidResourceProvider | function | core/ |
Data provider for the denormalize test. |
| ResourceIdentifierNormalizerTest::denormalizeProvider | function | core/ |
Data provider for the denormalize test. |
| ResourceIdentifierNormalizerTest::setUp | function | core/ |
|
| ResourceIdentifierNormalizerTest::testDenormalize | function | core/ |
@covers ::denormalize[[api-linebreak]] @dataProvider denormalizeProvider |
| ResourceIdentifierNormalizerTest::testDenormalizeInvalidResource | function | core/ |
@covers ::denormalize[[api-linebreak]] @dataProvider denormalizeInvalidResourceProvider |
| ResourceObjectNormalizer | class | core/ |
Converts the JSON:API module ResourceObject into a JSON:API array structure. |
| ResourceObjectNormalizer.php | file | core/ |
|
| ResourceObjectNormalizer::$cacher | property | core/ |
The entity normalization cacher. |
| ResourceObjectNormalizer::buildEmptyNormalization | function | core/ |
Builds the empty normalization structure for cache misses. |
| ResourceObjectNormalizer::getNormalization | function | core/ |
Normalizes an entity using the given fieldset. |
| ResourceObjectNormalizer::getSupportedTypes | function | core/ |
|
| ResourceObjectNormalizer::hasCacheableSupportsMethod | function | core/ |
|
| ResourceObjectNormalizer::normalize | function | core/ |
|
| ResourceObjectNormalizer::serializeField | function | core/ |
Serializes a given field. |
| ResourceObjectNormalizer::supportsDenormalization | function | core/ |
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization() |
| ResourceObjectNormalizer::__construct | function | core/ |
Constructs a ResourceObjectNormalizer object. |
| ResourceObjectNormalizerCacherTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\EventSubscriber\ResourceObjectNormalizationCacher[[api-linebreak]] @group jsonapi |
| ResourceObjectNormalizerCacherTest.php | file | core/ |
|
| ResourceObjectNormalizerCacherTest::$cacher | property | core/ |
The object under test. |
| ResourceObjectNormalizerCacherTest::$modules | property | core/ |
Modules to install. |
| ResourceObjectNormalizerCacherTest::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
| ResourceObjectNormalizerCacherTest::$serializer | property | core/ |
The JSON:API serializer. |
| ResourceObjectNormalizerCacherTest::setUp | function | core/ |
|
| ResourceObjectNormalizerCacherTest::testLinkNormalizationCacheability | function | core/ |
Tests that link normalization cache information is not lost. |
| ResourceObjectNormalizerCacherTest::testMaxAgeCorrection | function | core/ |
Tests that normalization max-age is correct. |
| ResourceTestBase::normalize | function | core/ |
Generates a JSON:API normalization for the given entity. |
| ResponsiveImageStyleResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| ResponsiveImageStyleResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| RestResourceConfig::normalizeRestMethod | function | core/ |
Normalizes the method. |
| RestResourceConfigResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| RestResourceConfigResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| RestResourceConfigTest::testNormalizeRestMethod | function | core/ |
Asserts that rest methods are normalized to upper case. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.