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 10.3.x for normalize
  5. Other projects
Title Object type File name Summary
MediaTypeResourceTestBase::getExpectedNormalizedEntity function core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php Returns the expected normalization of the entity.
MediaTypeResourceTestBase::getNormalizedPostEntity function core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php Returns the normalized POST entity.
MenuLinkContentResourceTestBase::getExpectedNormalizedEntity function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php Returns the expected normalization of the entity.
MenuLinkContentResourceTestBase::getNormalizedPostEntity function core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php Returns the normalized POST entity.
MenuResourceTestBase::getExpectedNormalizedEntity function core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php Returns the expected normalization of the entity.
MenuResourceTestBase::getNormalizedPostEntity function core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php Returns the normalized POST entity.
MessageResourceTestBase::getExpectedNormalizedEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Returns the expected normalization of the entity.
MessageResourceTestBase::getNormalizedPostEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Returns the normalized POST entity.
Migration::getProcessNormalized function core/modules/migrate/src/Plugin/Migration.php Resolve shorthands into a list of plugin configurations.
ModeratedNodeResourceTestBase::getExpectedNormalizedEntity function core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeResourceTestBase.php Returns the expected normalization of the entity.
NodeJsonBasicAuthTest::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php Returns the expected normalization of the entity.
NodeResourceTestBase::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Returns the expected normalization of the entity.
NodeResourceTestBase::getNormalizedPostEntity function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Returns the normalized POST entity.
NodeTest::assertNormalizedFieldsAreCached function core/modules/jsonapi/tests/src/Functional/NodeTest.php Checks that the provided field names are the only fields in the cache.
NodeTypeResourceTestBase::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Returns the expected normalization of the entity.
NodeTypeResourceTestBase::getNormalizedPostEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Returns the normalized POST entity.
normalize.css file core/themes/stable9/css/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…
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…
NormalizerBase class core/modules/jsonapi/src/Normalizer/NormalizerBase.php Base normalizer used in all JSON:API normalizers.
NormalizerBase class core/modules/serialization/src/Normalizer/NormalizerBase.php Base class for Normalizers.
NormalizerBase.php file core/modules/jsonapi/src/Normalizer/NormalizerBase.php
NormalizerBase.php file core/modules/serialization/src/Normalizer/NormalizerBase.php
NormalizerBase::$format property core/modules/jsonapi/src/Normalizer/NormalizerBase.php List of formats which supports (de-)normalization.
NormalizerBase::$format property core/modules/serialization/src/Normalizer/NormalizerBase.php List of formats which supports (de-)normalization.
NormalizerBase::addCacheableDependency function core/modules/serialization/src/Normalizer/NormalizerBase.php Adds cacheability if applicable.
NormalizerBase::checkFormat function core/modules/jsonapi/src/Normalizer/NormalizerBase.php Checks if the provided format is supported by this normalizer.
NormalizerBase::checkFormat function core/modules/serialization/src/Normalizer/NormalizerBase.php Checks if the provided format is supported by this normalizer.
NormalizerBase::getSupportedTypes function core/modules/serialization/src/Normalizer/NormalizerBase.php
NormalizerBase::rasterizeValueRecursive function core/modules/jsonapi/src/Normalizer/NormalizerBase.php Rasterizes a value recursively.
NormalizerBase::supportsDenormalization function core/modules/serialization/src/Normalizer/NormalizerBase.php Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()
NormalizerBase::supportsNormalization function core/modules/serialization/src/Normalizer/NormalizerBase.php
NormalizerBaseTest class core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php @coversDefaultClass \Drupal\serialization\Normalizer\NormalizerBase
@group serialization
NormalizerBaseTest.php file core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php
NormalizerBaseTest::providerTestSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Data provider for testSupportsNormalization.
NormalizerBaseTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Tests the supportsNormalization method.
NormalizerTestBase class core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php Helper base class to set up some test fields for serialization testing.
NormalizerTestBase.php file core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php
NormalizerTestBase::$modules property core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php Modules to install.
NormalizerTestBase::setUp function core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php
NullNormalizer class core/modules/serialization/src/Normalizer/NullNormalizer.php Null normalizer.
NullNormalizer.php file core/modules/serialization/src/Normalizer/NullNormalizer.php
NullNormalizer::$supportedTypes property core/modules/serialization/src/Normalizer/NullNormalizer.php The interface or class that this Normalizer supports.
NullNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/NullNormalizer.php
NullNormalizer::normalize function core/modules/serialization/src/Normalizer/NullNormalizer.php
NullNormalizer::__construct function core/modules/serialization/src/Normalizer/NullNormalizer.php Constructs a NullNormalizer object.
NullNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php @coversDefaultClass \Drupal\serialization\Normalizer\NullNormalizer
@group serialization
NullNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php
NullNormalizerTest::$interface property core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php The interface to use in testing.
NullNormalizerTest::$normalizer property core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php The NullNormalizer instance.
NullNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php

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