Search for normalize

  1. Search 7.x for normalize
  2. Search 8.9.x for normalize
  3. Search 10.3.x for normalize
  4. Search 11.x for normalize
  5. Search main for normalize
  6. Other projects
Title Object type File name Summary
ComplexDataNormalizerTest::testNormalizeComplexData function core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php Tests normalizing complex data.
ComplexDataNormalizerTest::testNormalizeNonComplex function core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php Tests normalize() where $object does not implement ComplexDataInterface.
ComplexDataNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php @covers ::supportsNormalization[[api-linebreak]]
ComplexDataNormalizerTest::TEST_FORMAT constant core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php Test format string.
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
ConfigEntityDenormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php
ConfigEntityDenormalizer::prepareInput function core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php
ConfigEntityNormalizer class core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php Normalizes/denormalizes Drupal config entity objects into an array structure.
ConfigEntityNormalizer.php file core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
ConfigEntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
ConfigEntityNormalizer::denormalize function core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
ConfigEntityNormalizer::getDataWithoutInternals function core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php Gets the given data without the internal implementation details.
ConfigEntityNormalizer::normalize function core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
ConfigEntityNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php @coversDefaultClass \Drupal\serialization\Normalizer\ConfigEntityNormalizer[[api-linebreak]]
@group serialization
ConfigEntityNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php
ConfigEntityNormalizerTest::testDenormalize function core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php @covers ::denormalize[[api-linebreak]]
ConfigEntityNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php Tests the normalize() method.
ConfigEntityNormalizeTest class core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php Tests the listing of configuration entities.
ConfigEntityNormalizeTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php
ConfigEntityNormalizeTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php Modules to install.
ConfigEntityNormalizeTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php
ConfigEntityNormalizeTest::testNormalize function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php
ConfigTestResourceTestBase::getExpectedNormalizedEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
ConfigTestResourceTestBase::getNormalizedPostEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
ConfigurableLanguageResourceTestBase::getExpectedNormalizedEntity function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php
ConfigurableLanguageResourceTestBase::getNormalizedPostEntity function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php
ContactFormResourceTestBase::getExpectedNormalizedEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php
ContactFormResourceTestBase::getNormalizedPostEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php
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
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 class core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Converts the Drupal entity object structure to a HAL array structure.
ContentEntityNormalizer class core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php Normalizes/denormalizes Drupal content entities into an array structure.
ContentEntityNormalizer.php file core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer.php file core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::$linkManager property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php The hypermedia link manager.
ContentEntityNormalizer::$moduleHandler property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php The module handler.
ContentEntityNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::denormalize function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize().
ContentEntityNormalizer::getEntityUri function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Constructs the entity URI.
ContentEntityNormalizer::getTypedDataIds function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Gets the typed data IDs for a type URI.
ContentEntityNormalizer::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::normalize function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::normalize function core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::__construct function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php Constructs a ContentEntityNormalizer object.

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