Search for denormalize

  1. Search 7.x for denormalize
  2. Search 9.5.x for denormalize
  3. Search 8.9.x for denormalize
  4. Search 10.3.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::getSupportedTypes 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::getSupportedTypes 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.
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.
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.
EntityNormalizerTest::testDenormalizeWithNoEntityType function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize() method with no entity type provided in context.
EntityNormalizerTest::testDenormalizeWithNoFieldableEntityType function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize method with no bundle defined.
EntityNormalizerTest::testDenormalizeWithValidBundle function core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php Tests the denormalize method with a bundle property.
EntityReferenceFieldItemNormalizerTest::assertDenormalize function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php Asserts denormalization process is correct for give data.
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithEmptyUuid function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithId function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeAndUuid function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeWithIncorrectUuid function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithIncorrectType function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithoutType function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::denormalize
EntitySerializationTest::testDenormalize function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests denormalization of an entity.
EntitySerializationTest::testDenormalizeCustomSerializedItem function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing custom serialized columns.
EntitySerializationTest::testDenormalizeEmptyCustomSerializedField function core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php Tests normalizing/denormalizing empty custom serialized fields.

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