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
FieldItemNormalizerDenormalizeExceptionsUnitTest class core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php @coversDefaultClass \Drupal\hal\Normalizer\FieldItemNormalizer
@group hal
FieldItemNormalizerDenormalizeExceptionsUnitTest.php file core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php
FieldItemNormalizerDenormalizeExceptionsUnitTest::testFieldItemNormalizerDenormalizeExceptions function core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php Tests that the FieldItemNormalizer::denormalize() throws proper exceptions.
FieldItemSerializationTest::testFieldDenormalizeWithScalarValue function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests denormalizing using a scalar field value.
FieldItemSerializationTest::testFieldNormalizeDenormalize function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests normalizing and denormalizing an entity with field item normalizer.
FieldNormalizer class core/modules/serialization/src/Normalizer/FieldNormalizer.php Denormalizes data to Drupal field values.
FieldNormalizer class core/modules/hal/src/Normalizer/FieldNormalizer.php Converts the Drupal field structure to HAL array structure.
FieldNormalizer class core/modules/jsonapi/src/Normalizer/FieldNormalizer.php Converts the Drupal field structure to a JSON:API array structure.
FieldNormalizer.php file core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FieldNormalizer.php file core/modules/serialization/src/Normalizer/FieldNormalizer.php
FieldNormalizer.php file core/modules/hal/src/Normalizer/FieldNormalizer.php
FieldNormalizer::$format property core/modules/hal/src/Normalizer/FieldNormalizer.php List of formats which supports (de-)normalization.
FieldNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/FieldNormalizer.php The interface or class that this Normalizer supports.
FieldNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/FieldNormalizer.php The interface or class that this Normalizer supports.
FieldNormalizer::denormalize function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FieldNormalizer::denormalize function core/modules/serialization/src/Normalizer/FieldNormalizer.php
FieldNormalizer::normalize function core/modules/hal/src/Normalizer/FieldNormalizer.php
FieldNormalizer::normalize function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FieldNormalizer::normalizeFieldItems function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php Helper function to normalize field items.
FieldNormalizer::normalizeFieldItems function core/modules/hal/src/Normalizer/FieldNormalizer.php Helper function to normalize field items.
FieldNormalizerDenormalizeExceptionsUnitTest class core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsUnitTest.php @coversDefaultClass \Drupal\hal\Normalizer\FieldNormalizer
@group hal
FieldNormalizerDenormalizeExceptionsUnitTest.php file core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsUnitTest.php
FieldNormalizerDenormalizeExceptionsUnitTest::testFieldNormalizerDenormalizeExceptions function core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsUnitTest.php Tests that the FieldNormalizer::denormalize() throws proper exceptions.
FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Returns the expected normalization of the entity.
FieldStorageConfigResourceTestBase::getNormalizedPostEntity function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Returns the normalized POST entity.
FileEntityNormalizer class core/modules/hal/src/Normalizer/FileEntityNormalizer.php Converts the Drupal entity object structure to a HAL array structure.
FileEntityNormalizer.php file core/modules/hal/src/Normalizer/FileEntityNormalizer.php
FileEntityNormalizer::$halSettings property core/modules/hal/src/Normalizer/FileEntityNormalizer.php The HAL settings config.
FileEntityNormalizer::$httpClient property core/modules/hal/src/Normalizer/FileEntityNormalizer.php The HTTP client.
FileEntityNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/FileEntityNormalizer.php The interface or class that this Normalizer supports.
FileEntityNormalizer::getEntityUri function core/modules/hal/src/Normalizer/FileEntityNormalizer.php Constructs the entity URI.
FileEntityNormalizer::normalize function core/modules/hal/src/Normalizer/FileEntityNormalizer.php
FileEntityNormalizer::__construct function core/modules/hal/src/Normalizer/FileEntityNormalizer.php Constructs a FileEntityNormalizer object.
FileHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php Returns the expected normalization of the entity.
FileHalJsonAnonTest::getNormalizedPostEntity function core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php Returns the normalized POST entity.
FileNormalizeTest class core/modules/hal/tests/src/Kernel/FileNormalizeTest.php Tests that file entities can be normalized in HAL.
FileNormalizeTest.php file core/modules/hal/tests/src/Kernel/FileNormalizeTest.php
FileNormalizeTest::$modules property core/modules/hal/tests/src/Kernel/FileNormalizeTest.php Modules to enable.
FileNormalizeTest::setUp function core/modules/hal/tests/src/Kernel/FileNormalizeTest.php
FileNormalizeTest::testNormalize function core/modules/hal/tests/src/Kernel/FileNormalizeTest.php Tests the normalize function.
FileResourceTestBase::getExpectedNormalizedEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the expected normalization of the entity.
FileResourceTestBase::getNormalizedPatchEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the normalized PATCH entity.
FileResourceTestBase::getNormalizedPostEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the normalized POST entity.
FileSystemDeprecationTest::testDeprecatedFileStreamWrapperUriNormalize function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @expectedDeprecation file_stream_wrapper_uri_normalize() is deprecated in drupal:8.8.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::normalizeUri() instead. See https://www.drupal.org/node/3035273
FileUploadHalJsonTestBase::getExpectedNormalizedEntity function core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php Gets the expected file entity.
FileUploadHalJsonTestBase::getNormalizedPostEntity function core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php
FileUploadResourceTestBase::getExpectedNormalizedEntity function core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php Gets the expected file entity.
FileUploadResourceTestBase::getNormalizedPostEntity function core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php Returns the normalized POST entity referencing the uploaded file.
file_stream_wrapper_uri_normalize function core/includes/file.inc Normalizes a URI by making it syntactically correct.
FilterFormatResourceTestBase::getExpectedNormalizedEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Returns the expected normalization of the entity.

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