Search for denormalize
- Search 7.x for denormalize
- Search 9.5.x for denormalize
- Search 10.3.x for denormalize
- Search 11.x for denormalize
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BooleanNormalizer::denormalize | function | core/ |
|
ConfigEntityDenormalizer | class | core/ |
Converts the Drupal config entity object to a JSON:API array structure. |
ConfigEntityDenormalizer.php | file | core/ |
|
ConfigEntityDenormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ConfigEntityDenormalizer::prepareInput | function | core/ |
Prepares the input data to create the entity. |
ConfigEntityNormalizer::denormalize | function | core/ |
|
ConfigEntityNormalizerTest::testDenormalize | function | core/ |
@covers ::denormalize |
ContentEntityDenormalizer | class | core/ |
Converts a JSON:API array structure into a Drupal entity object. |
ContentEntityDenormalizer.php | file | core/ |
|
ContentEntityDenormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ContentEntityDenormalizer::prepareInput | function | core/ |
Prepares the input data to create the entity. |
ContentEntityNormalizer::denormalize | function | core/ |
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize(). |
DateTimeIso8601Normalizer::denormalize | function | core/ |
|
DateTimeIso8601NormalizerTest::providerTestDenormalizeValidFormats | function | core/ |
Data provider for testDenormalizeValidFormats. |
DateTimeIso8601NormalizerTest::testDenormalizeDateAndTimeDeprecatedFormat | function | core/ |
Tests the denormalize function with the date+time deprecated format. |
DateTimeIso8601NormalizerTest::testDenormalizeDateAndTimeException | function | core/ |
Tests the denormalize function with bad data for the date+time case. |
DateTimeIso8601NormalizerTest::testDenormalizeDateOnlyException | function | core/ |
Tests the denormalize function with bad data for the date-only case. |
DateTimeIso8601NormalizerTest::testDenormalizeNoTargetInstanceOrFieldDefinitionException | function | core/ |
Tests the denormalize function with incomplete serialization context. |
DateTimeIso8601NormalizerTest::testDenormalizeValidFormats | function | core/ |
Tests the denormalize function with good data. |
DateTimeNormalizer::denormalize | function | core/ |
|
DateTimeNormalizerTest::providerTestDenormalizeUserFormats | function | core/ |
Data provider for testDenormalizeUserFormats. |
DateTimeNormalizerTest::providerTestDenormalizeValidFormats | function | core/ |
Data provider for testDenormalizeValidFormats. |
DateTimeNormalizerTest::testDenormalizeException | function | core/ |
Tests the denormalize function with bad data. |
DateTimeNormalizerTest::testDenormalizeUserFormats | function | core/ |
Tests the denormalize function with a user supplied format. |
DateTimeNormalizerTest::testDenormalizeValidFormats | function | core/ |
Tests the denormalize function with good data. |
DenormalizeTest | class | core/ |
Tests HAL denormalization edge cases for EntityResource. |
DenormalizeTest.php | file | core/ |
|
DenormalizeTest::testDenormalizeEmptyCustomSerializedField | function | core/ |
Tests normalizing/denormalizing empty custom serialized fields. |
DenormalizeTest::testDenormalizeInvalidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing invalid custom serialized fields. |
DenormalizeTest::testDenormalizeSerializedItem | function | core/ |
Tests normalizing/denormalizing serialized columns. |
DenormalizeTest::testDenormalizeValidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing valid custom serialized fields. |
DenormalizeTest::testMarkFieldForDeletion | function | core/ |
Test that a field set to an empty array is different than an absent field. |
DenormalizeTest::testTypeHandling | function | core/ |
Tests that the type link relation in incoming data is handled correctly. |
DenormalizeTest::testTypeHandlingWithInvalidType | function | core/ |
Tests link relation handling with an invalid type. |
DenormalizeTest::testTypeHandlingWithNoTypes | function | core/ |
Tests link relation handling with no types. |
EntityDenormalizerBase | class | core/ |
Converts the Drupal entity object to a JSON:API array structure. |
EntityDenormalizerBase.php | file | core/ |
|
EntityDenormalizerBase::$entityTypeManager | property | core/ |
The entity type manager. |
EntityDenormalizerBase::$fieldManager | property | core/ |
The entity field manager. |
EntityDenormalizerBase::$pluginManager | property | core/ |
The field plugin manager. |
EntityDenormalizerBase::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
EntityDenormalizerBase::denormalize | function | core/ |
|
EntityDenormalizerBase::normalize | function | core/ |
|
EntityDenormalizerBase::prepareInput | function | core/ |
Prepares the input data to create the entity. |
EntityDenormalizerBase::supportsNormalization | function | core/ |
|
EntityDenormalizerBase::__construct | function | core/ |
Constructs an EntityDenormalizerBase object. |
EntityNormalizer::denormalize | function | core/ |
|
EntityNormalizerTest::testDenormalizeWithInvalidBundle | function | core/ |
Tests the denormalize method with a bundle property. |
EntityNormalizerTest::testDenormalizeWithNoBundle | function | core/ |
Tests the denormalize method with no bundle defined. |
EntityNormalizerTest::testDenormalizeWithNoEntityType | function | core/ |
Tests the denormalize() method with no entity type provided in context. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.