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
BaseFieldOverrideResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php Returns the expected normalization of the entity.
BaseFieldOverrideResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php Returns the normalized POST entity.
CacheCollector::normalizeLockName function core/lib/Drupal/Core/Cache/CacheCollector.php Normalizes a cache ID in order to comply with database limitations.
Color::normalizeHexLength function core/lib/Drupal/Component/Utility/Color.php Normalize the hex color length to 6 characters for comparison.
ColorTest::providerTestNormalizeHexLength function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Data provider for testNormalizeHexLength().
ColorTest::testNormalizeHexLength function core/tests/Drupal/Tests/Component/Utility/ColorTest.php Tests Color::normalizeHexLength().
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
DatabaseBackend::normalizeCid function core/lib/Drupal/Core/Cache/DatabaseBackend.php Normalizes a cache ID in order to comply with database limitations.
DatabaseLockBackend::normalizeName function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Normalizes a lock name in order to comply with database limitations.
DateFormatResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Returns the expected normalization of the entity.
DateFormatResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Returns the normalized POST entity.
EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the expected normalization of the entity.
EntityFormDisplayResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the normalized POST entity.
EntityFormModeResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Returns the expected normalization of the entity.
EntityFormModeResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Returns the normalized POST entity.
EntityViewDisplayResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Returns the expected normalization of the entity.
EntityViewDisplayResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Returns the normalized POST entity.
EntityViewModeResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php Returns the expected normalization of the entity.
EntityViewModeResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php Returns the normalized POST entity.
FieldInputValueNormalizerTrait trait core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php A trait used to assist in the normalization of raw input field values.
FieldInputValueNormalizerTrait.php file core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php
FieldInputValueNormalizerTrait::normalizeValue function core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php Ensure a field value is transformed into a format keyed by delta.
FieldInputValueNormalizerTraitTest class core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php @coversDefaultClass \Drupal\Core\Field\FieldInputValueNormalizerTrait[[api-linebreak]]
@group Field
FieldInputValueNormalizerTraitTest.php file core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php
FieldInputValueNormalizerTraitTest::keyValueByDeltaTestCases function core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php Provides test cases for ::testKeyValueByDelta.
FieldInputValueNormalizerTraitTest::testKeyValueByDelta function core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php @dataProvider keyValueByDeltaTestCases
@covers ::normalizeValue[[api-linebreak]]
FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables function core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php @covers ::normalizeValue[[api-linebreak]]
FieldInputValueNormalizerTraitTest::testScalarWithNoMainProperty function core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php @covers ::normalizeValue[[api-linebreak]]
GraphTest::normalizeGraph function core/tests/Drupal/Tests/Component/Graph/GraphTest.php Normalizes a graph.
Html::normalize function core/lib/Drupal/Component/Utility/Html.php Normalizes an HTML snippet.
normalize.css file core/assets/vendor/normalize-css/normalize.css /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of…
PhpBackend::normalizeCid function core/lib/Drupal/Core/Cache/PhpBackend.php Ensures a normalized cache ID.
RoleResourceTestBase::getExpectedNormalizedEntity function core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php Returns the expected normalization of the entity.
RoleResourceTestBase::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php Returns the normalized POST entity.
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.
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.
UserResourceTestBase::getExpectedNormalizedEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the expected normalization of the entity.
UserResourceTestBase::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php Returns the normalized POST entity.
VocabularyResourceTestBase::getExpectedNormalizedEntity function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Returns the expected normalization of the entity.
VocabularyResourceTestBase::getNormalizedPostEntity function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Returns the normalized POST entity.
XssTest::assertNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Asserts that a text transformed to lowercase with HTML entities decoded does contain a given string.
XssTest::assertNotNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
XssTest::providerTestFilterXssAdminNotNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssAdminNotNormalized().
XssTest::providerTestFilterXssNormalized function core/tests/Drupal/Tests/Component/Utility/XssTest.php Data provider for testFilterXssNormalized().

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