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
ResourceObjectNormalizer::supportsDenormalization function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()
ResourceObjectNormalizer::__construct function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php Constructs a ResourceObjectNormalizer object.
ResourceObjectNormalizerCacherTest class core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php @coversDefaultClass \Drupal\jsonapi\EventSubscriber\ResourceObjectNormalizationCacher[[api-linebreak]]
@group jsonapi
ResourceObjectNormalizerCacherTest.php file core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php
ResourceObjectNormalizerCacherTest::$cacher property core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php The object under test.
ResourceObjectNormalizerCacherTest::$modules property core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php Modules to install.
ResourceObjectNormalizerCacherTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php The JSON:API resource type repository.
ResourceObjectNormalizerCacherTest::$serializer property core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php The JSON:API serializer.
ResourceObjectNormalizerCacherTest::setUp function core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php
ResourceObjectNormalizerCacherTest::testLinkNormalizationCacheability function core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php Tests that link normalization cache information is not lost.
ResourceObjectNormalizerCacherTest::testMaxAgeCorrection function core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php Tests that normalization max-age is correct.
ResourceTestBase::normalize function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Generates a JSON:API normalization for the given entity.
ResponsiveImageStyleResourceTestBase::getExpectedNormalizedEntity function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Returns the expected normalization of the entity.
ResponsiveImageStyleResourceTestBase::getNormalizedPostEntity function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Returns the normalized POST entity.
RestResourceConfig::normalizeRestMethod function core/modules/rest/src/Entity/RestResourceConfig.php Normalizes the method.
RestResourceConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Returns the expected normalization of the entity.
RestResourceConfigResourceTestBase::getNormalizedPostEntity function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Returns the normalized POST entity.
RestResourceConfigTest::testNormalizeRestMethod function core/modules/rest/tests/src/Unit/Entity/RestResourceConfigTest.php Asserts that rest methods are normalized to upper case.
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.
Schema::getNormalizedIndexes function core/modules/mysql/src/Driver/Database/mysql/Schema.php Gets normalized indexes from a table specification.
SchematicNormalizerFallbackTrait trait core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php Trait for generating helpful schema-generation fallback messages.
SchematicNormalizerFallbackTrait.php file core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
SchematicNormalizerFallbackTrait::generateNoSchemaAvailableMessage function core/modules/serialization/src/Normalizer/SchematicNormalizerFallbackTrait.php
SchematicNormalizerHelperTrait trait core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php Methods for normalizing JSON schema.
SchematicNormalizerHelperTrait.php file core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
SchematicNormalizerHelperTrait::checkFormat function core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php
SchematicNormalizerHelperTrait::getNormalizationSchema function core/modules/serialization/src/Normalizer/SchematicNormalizerHelperTrait.php Retrieve JSON Schema for the normalization.
SchematicNormalizerTrait trait core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php Trait for normalizers which can also provide JSON Schema.
SchematicNormalizerTrait.php file core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php
SchematicNormalizerTrait::doNormalize function core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php Normalizes an object into a set of arrays/scalars.
SchematicNormalizerTrait::getNormalizationSchema function core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php Retrieve JSON Schema for the normalization.
SchematicNormalizerTrait::normalize function core/modules/serialization/src/Normalizer/SchematicNormalizerTrait.php
SearchPageResourceTestBase::getExpectedNormalizedEntity function core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php Returns the expected normalization of the entity.
SearchPageResourceTestBase::getNormalizedPostEntity function core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php Returns the normalized POST entity.
SearchQuery::$normalize property core/modules/search/src/SearchQuery.php Multiplier to normalize the keyword score.
SearchQuery::prepareAndNormalize function core/modules/search/src/SearchQuery.php Prepares the query and calculates the normalization factor.
serialization.normalizer.field service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\FieldNormalizer
serialization.normalizer.field_item service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\FieldItemNormalizer
SerializationTestNormalizer class core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php Serialization normalizer used for testing.
SerializationTestNormalizer.php file core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php
SerializationTestNormalizer::$format property core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php The format that this Normalizer supports.
SerializationTestNormalizer::getSupportedTypes function core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php
SerializationTestNormalizer::normalize function core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php
SerializationTestNormalizer::supportsNormalization function core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php
SerializedColumnNormalizerTrait trait core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php A trait providing methods for serialized columns.
SerializedColumnNormalizerTrait.php file core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php
SerializedColumnNormalizerTrait::checkForSerializedStrings function core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php Checks if there is a serialized string for a column.
SerializedColumnNormalizerTrait::dataHasStringForSerializeColumn function core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php Checks if the data contains string value for serialize column.
SerializedColumnNormalizerTrait::getCustomSerializedPropertyNames function core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php Gets the names of all properties the plugin treats as serialized data.

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