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. Other projects
Title Object type File name Summary
FieldItemNormalizer.php file core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer.php file core/modules/serialization/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::$entityTypeManager property core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php The entity type manager.
FieldItemNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php The interface or class that this Normalizer supports.
FieldItemNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/FieldItemNormalizer.php The interface or class that this Normalizer supports.
FieldItemNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/FieldItemNormalizer.php The interface or class that this Normalizer supports.
FieldItemNormalizer::createTranslatedInstance function core/modules/hal/src/Normalizer/FieldItemNormalizer.php Get a translated version of the field item instance.
FieldItemNormalizer::denormalize function core/modules/hal/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::denormalize function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::denormalize function core/modules/serialization/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::getAlternatives function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php Provides alternatives for a given array and key.
FieldItemNormalizer::getFieldItemInstance function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php Gets a field item instance for use with SerializedColumnNormalizerTrait.
FieldItemNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::normalize function core/modules/hal/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::normalize function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php This normalizer leaves JSON:API normalizer land and enters the land of
Drupal core's serialization system. That system was never designed with
cacheability in mind, and hence bubbles cacheability out of band. This must
catch it, and pass it to…
FieldItemNormalizer::normalizedFieldValues function core/modules/hal/src/Normalizer/FieldItemNormalizer.php Normalizes field values for an item.
FieldItemNormalizer::__construct function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php FieldItemNormalizer constructor.
FieldItemNormalizerTest class core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php @coversDefaultClass \Drupal\jsonapi\Normalizer\FieldItemNormalizer
@group jsonapi
FieldItemNormalizerTest.php file core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
FieldItemNormalizerTest::$modules property core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php Modules to enable.
FieldItemNormalizerTest::$normalizer property core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php The normalizer.
FieldItemNormalizerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php
FieldItemNormalizerTest::testNormalizeFieldItem function core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php Tests normalizing field item.
FieldItemNormalizerTest::testNormalizeFieldItemWithoutProperties function core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php Tests a field item that has no properties.
FieldItemSerializationTest::testFieldDenormalizeWithScalarValue function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests denormalizing using a scalar field value.
FieldItemSerializationTest::testFieldNormalizeDenormalize function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests normalizing and denormalizing an entity with field item normalizer.
FieldNormalizer class core/modules/serialization/src/Normalizer/FieldNormalizer.php Denormalizes data to Drupal field values.
FieldNormalizer class core/modules/hal/src/Normalizer/FieldNormalizer.php Converts the Drupal field structure to HAL array structure.
FieldNormalizer class core/modules/jsonapi/src/Normalizer/FieldNormalizer.php Converts the Drupal field structure to a JSON:API array structure.
FieldNormalizer.php file core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FieldNormalizer.php file core/modules/serialization/src/Normalizer/FieldNormalizer.php
FieldNormalizer.php file core/modules/hal/src/Normalizer/FieldNormalizer.php
FieldNormalizer::$format property core/modules/hal/src/Normalizer/FieldNormalizer.php List of formats which supports (de-)normalization.
FieldNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/FieldNormalizer.php The interface or class that this Normalizer supports.
FieldNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/FieldNormalizer.php The interface or class that this Normalizer supports.
FieldNormalizer::denormalize function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FieldNormalizer::denormalize function core/modules/serialization/src/Normalizer/FieldNormalizer.php
FieldNormalizer::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/FieldNormalizer.php
FieldNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FieldNormalizer::normalize function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FieldNormalizer::normalize function core/modules/hal/src/Normalizer/FieldNormalizer.php
FieldNormalizer::normalizeFieldItems function core/modules/hal/src/Normalizer/FieldNormalizer.php Helper function to normalize field items.
FieldNormalizer::normalizeFieldItems function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php Helper function to normalize field items.
FieldNormalizerDenormalizeExceptionsTest class core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsTest.php Tests the exceptions thrown by FieldNormalizer and FieldItemNormalizer.
FieldNormalizerDenormalizeExceptionsTest.php file core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsTest.php
FieldNormalizerDenormalizeExceptionsTest::providerNormalizerDenormalizeExceptions function core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsTest.php Provides data for field normalization tests.
FieldNormalizerDenormalizeExceptionsTest::testFieldItemNormalizerDenormalizeExceptions function core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsTest.php Tests that the FieldItemNormalizer::denormalize() throws proper exceptions.
FieldNormalizerDenormalizeExceptionsTest::testFieldNormalizerDenormalizeExceptions function core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsTest.php Tests that the FieldNormalizer::denormalize() throws proper exceptions.
FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Returns the expected normalization of the entity.

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