Search for normalize

  1. Search 7.x for normalize
  2. Search 9.5.x for normalize
  3. Search 8.9.x for normalize
  4. Search 11.x for normalize
  5. Other projects
Title Object type File name Summary
ComponentMetadata::normalize function core/modules/sdc/src/Component/ComponentMetadata.php Normalizes the value object.
ComponentMetadata::normalize function core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php Normalizes the value object.
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::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 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::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::getSupportedTypes function core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
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
@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
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 Returns the expected normalization of the entity.
ConfigTestResourceTestBase::getNormalizedPostEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Returns the normalized POST entity.
ConfigurableLanguageResourceTestBase::getExpectedNormalizedEntity function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php Returns the expected normalization of the entity.
ConfigurableLanguageResourceTestBase::getNormalizedPostEntity function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php Returns the normalized POST entity.
ContactFormResourceTestBase::getExpectedNormalizedEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Returns the expected normalization of the entity.
ContactFormResourceTestBase::getNormalizedPostEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Returns the normalized POST entity.
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::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/serialization/src/Normalizer/ContentEntityNormalizer.php Normalizes/denormalizes Drupal content entities into an array structure.
ContentEntityNormalizer.php file core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizer::normalize function core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php @coversDefaultClass \Drupal\serialization\Normalizer\ContentEntityNormalizer
@group serialization
ContentEntityNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php
ContentEntityNormalizerTest::$contentEntityNormalizer property core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php The normalizer under test.
ContentEntityNormalizerTest::$serializer property core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php The mock serializer.
ContentEntityNormalizerTest::createMockFieldListItem function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Creates a mock field list item.
ContentEntityNormalizerTest::createMockForContentEntity function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Creates a mock content entity.
ContentEntityNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php
ContentEntityNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Tests the normalize() method.
ContentEntityNormalizerTest::testNormalizeWithAccountContext function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Tests the normalize() method with account context passed.
ContentEntityNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php @covers ::supportsNormalization
ContentLanguageSettingsResourceTestBase::getExpectedNormalizedEntity function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Returns the expected normalization of the entity.
ContentLanguageSettingsResourceTestBase::getNormalizedPostEntity function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Returns the normalized POST entity.
DatabaseBackend::normalizeCid function core/lib/Drupal/Core/Cache/DatabaseBackend.php Normalizes a cache ID in order to comply with database limitations.

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