Search for normalize

  1. Search 7.x for normalize
  2. Search 9.5.x for normalize
  3. Search 10.3.x for normalize
  4. Search 11.x for normalize
  5. Other projects
Title Object type File name Summary
DateTimeNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php
DateTimeNormalizerTest::$data property core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php The tested data type.
DateTimeNormalizerTest::$normalizer property core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php The tested data type's normalizer.
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::setUp function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php
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.
DateTimeNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php @covers ::normalize
DateTimeNormalizerTest::testNormalizeWhenNull function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php @covers ::normalize
DateTimeNormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php @covers ::supportsDenormalization
DateTimeNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php @covers ::supportsNormalization
DateTimeNormalizerTestDrupalDateTime class core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Note: Prophecy does not support magic methods. By subclassing and specifying
an explicit method, Prophecy works.
DateTimeNormalizerTestDrupalDateTime::setTimezone function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php
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 Test 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.
EasyRdf_ParsedUri::normalize function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Normalizes the path of this URI if it has one. Normalizing a path means
that any unnecessary '.' and '..' segments are removed. For example, the
URI http://example.com/a/b/../c/./d would be normalized to
http://example.com/a/c/d
EditorResourceTestBase::getExpectedNormalizedEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the expected normalization of the entity.
EditorResourceTestBase::getNormalizedPostEntity function core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php Returns the normalized POST entity.
EntityAccessDeniedHttpExceptionNormalizer class core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php Normalizes an EntityAccessDeniedException.
EntityAccessDeniedHttpExceptionNormalizer.php file core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php
EntityAccessDeniedHttpExceptionNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php The interface or class that this Normalizer supports.
EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects function core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php Builds the normalized JSON:API error objects for the response.
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.
EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the expected normalization of the entity.
EntityFormDisplayResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the normalized POST entity.
EntityFormModeResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Returns the expected normalization of the entity.
EntityFormModeResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Returns the normalized POST entity.
EntityNormalizer class core/modules/serialization/src/Normalizer/EntityNormalizer.php Normalizes/denormalizes Drupal entity objects into an array structure.
EntityNormalizer.php file core/modules/serialization/src/Normalizer/EntityNormalizer.php
EntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/EntityNormalizer.php The interface or class that this Normalizer supports.

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