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
StreamWrapperManager::normalizeUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Normalizes a URI by making it syntactically correct.
StreamWrapperManagerInterface::normalizeUri function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Normalizes a URI by making it syntactically correct.
StringNormalizer class core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/StringNormalizer.php Normalizes string data weirdly: replaces 'super' with 'NOT' and vice versa.
StringNormalizer class core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php Normalizes string fields weirdly: replaces 'super' with 'NOT' and vice versa.
StringNormalizer.php file core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/StringNormalizer.php
StringNormalizer.php file core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php
StringNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/StringNormalizer.php The interface or class that this Normalizer supports.
StringNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php The interface or class that this Normalizer supports.
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::hasCacheableSupportsMethod 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/hal/tests/src/Functional/taxonomy/TermHalJsonAnonTest.php Returns the expected normalization of the entity.
TermHalJsonAnonTest::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/taxonomy/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::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/TimestampItemNormalizer.php
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

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