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
StringNormalizer::constructValue function core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php Build the field item value using the incoming data.
StringNormalizer::denormalize function core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/StringNormalizer.php
StringNormalizer::normalize function core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/StringNormalizer.php
StringNormalizer::normalize function core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php
TermHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonAnonTest.php Returns the expected normalization of the entity.
TermHalJsonAnonTest::getNormalizedPostEntity function core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonAnonTest.php Returns the normalized POST entity.
TermResourceTestBase::getExpectedNormalizedEntity function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Returns the expected normalization of the entity.
TermResourceTestBase::getNormalizedPostEntity function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Returns the normalized POST entity.
TestExtendedNormalizer class core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php Test normalizer with a different supported class.
TestExtendedNormalizer::$supportedInterfaceOrClass property core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php The interface or class that this Normalizer supports.
TestNormalizerBase class core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Test class for NormalizerBase.
TestNormalizerBase::setSupportedInterfaceOrClass function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Sets the protected supportedInterfaceOrClass property.
test_datatype_boolean_emoji_normalizer.info.yml file core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/test_datatype_boolean_emoji_normalizer.info.yml core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/test_datatype_boolean_emoji_normalizer.info.yml
test_datatype_boolean_emoji_normalizer.services.yml file core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/test_datatype_boolean_emoji_normalizer.services.yml core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/test_datatype_boolean_emoji_normalizer.services.yml
test_fieldtype_boolean_emoji_normalizer.info.yml file core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.info.yml core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.info.yml
test_fieldtype_boolean_emoji_normalizer.services.yml file core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.services.yml core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/test_fieldtype_boolean_emoji_normalizer.services.yml
TextItemSillyNormalizer class core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php A test TextItem normalizer to test denormalization.
TextItemSillyNormalizer.php file core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php
TextItemSillyNormalizer::$supportedInterfaceOrClass property core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php The interface or class that this Normalizer supports.
TextItemSillyNormalizer::constructValue function core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php Build the field item value using the incoming data.
TextItemSillyNormalizer::normalize function core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php
TimestampItemNormalizer class core/modules/hal/src/Normalizer/TimestampItemNormalizer.php Converts values for TimestampItem to and from common formats for hal.
TimestampItemNormalizer class core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php Converts values for TimestampItem to and from common formats.
TimestampItemNormalizer.php file core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer.php file core/modules/hal/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/TimestampItemNormalizer.php The interface or class that this Normalizer supports.
TimestampItemNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php The interface or class that this Normalizer supports.
TimestampItemNormalizer::constructValue function core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php Build the field item value using the incoming data.
TimestampItemNormalizer::constructValue function core/modules/hal/src/Normalizer/TimestampItemNormalizer.php Build the field item value using the incoming data.
TimestampItemNormalizer::normalize function core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer::normalizedFieldValues function core/modules/hal/src/Normalizer/TimestampItemNormalizer.php Normalizes field values for an item.
TimestampItemNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php Tests that TimestampItem (de)normalization uses Timestamp (de)normalization.
TimestampItemNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemNormalizerTest::$item property core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php The test TimestampItem.
TimestampItemNormalizerTest::$normalizer property core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemNormalizerTest::createTimestampItemProphecy function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php Creates a TimestampItem prophecy.
TimestampItemNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemNormalizerTest::testDenormalize function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::denormalize
TimestampItemNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::normalize
TimestampItemNormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::supportsDenormalization
TimestampItemNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::supportsNormalization
TimeStampItemNormalizerTrait trait core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php A trait for TimestampItem normalization functionality.
TimeStampItemNormalizerTrait.php file core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php
TimeStampItemNormalizerTrait::$allowedFormats property core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php Allowed timestamps formats for the denormalizer.
TimeStampItemNormalizerTrait::constructValue function core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php
TimeStampItemNormalizerTrait::processNormalizedValues function core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php Processes normalized timestamp values to add a formatted date and format.
TimeStampItemNormalizerTraitDeprecatedTest class core/modules/serialization/tests/src/Unit/Normalizer/TimeStampItemNormalizerTraitDeprecatedTest.php Tests that TimeStampItemNormalizerTrait throws a deprecation error.
TimeStampItemNormalizerTraitDeprecatedTest.php file core/modules/serialization/tests/src/Unit/Normalizer/TimeStampItemNormalizerTraitDeprecatedTest.php
TimeStampItemNormalizerTraitDeprecatedTest::testDeprecated function core/modules/serialization/tests/src/Unit/Normalizer/TimeStampItemNormalizerTraitDeprecatedTest.php Tests that TimeStampItemNormalizerTrait throws a deprecation error.
TimeStampItemNormalizerTraitDeprecatedTestClass class core/modules/serialization/tests/serialization_test/src/TimeStampItemNormalizerTraitDeprecatedTestClass.php For testing that TimeStampItemNormalizerTrait throws a deprecation error.

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