Search for denormalize

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.