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
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::hasCacheableSupportsMethod 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/hal/tests/src/Functional/file/FileHalJsonAnonTest.php Returns the expected normalization of the entity.
FileHalJsonAnonTest::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/file/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.
FileUploadHalJsonTestBase::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/file/FileUploadHalJsonTestBase.php Gets the expected file entity.
FileUploadHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/file/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.
FilterFormatResourceTestBase::getExpectedNormalizedEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Returns the expected normalization of the entity.
FilterFormatResourceTestBase::getNormalizedPostEntity function core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php Returns the normalized POST entity.
FilterKernelTest::assertNoNormalized function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
FilterKernelTest::assertNormalized function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string.
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.
HttpExceptionNormalizer class core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php Normalizes an HttpException in compliance with the JSON:API specification.
HttpExceptionNormalizer.php file core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php
HttpExceptionNormalizer::$currentUser property core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php The current user making the request.
HttpExceptionNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php The interface or class that this Normalizer supports.
HttpExceptionNormalizer::buildErrorObjects function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php Builds the normalized JSON:API error objects for the response.
HttpExceptionNormalizer::getInfoUrl function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php Return a string to the common problem type.
HttpExceptionNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php
HttpExceptionNormalizer::normalize function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php
HttpExceptionNormalizer::__construct function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php HttpExceptionNormalizer constructor.
HttpExceptionNormalizerTest class core/modules/jsonapi/tests/src/Unit/Normalizer/HttpExceptionNormalizerTest.php @coversDefaultClass \Drupal\jsonapi\Normalizer\HttpExceptionNormalizer
@group jsonapi
HttpExceptionNormalizerTest.php file core/modules/jsonapi/tests/src/Unit/Normalizer/HttpExceptionNormalizerTest.php
HttpExceptionNormalizerTest::testNormalize function core/modules/jsonapi/tests/src/Unit/Normalizer/HttpExceptionNormalizerTest.php @covers ::normalize
HttpExceptionNormalizerValue class core/modules/jsonapi/src/Normalizer/Value/HttpExceptionNormalizerValue.php Helps normalize exceptions in compliance with the JSON:API spec.
HttpExceptionNormalizerValue.php file core/modules/jsonapi/src/Normalizer/Value/HttpExceptionNormalizerValue.php
ImageStyleResourceTestBase::getExpectedNormalizedEntity function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php Returns the expected normalization of the entity.
ImageStyleResourceTestBase::getNormalizedPostEntity function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php Returns the normalized POST entity.
ItemHalJsonTestBase::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php Returns the expected normalization of the entity.
ItemHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php Returns the normalized POST entity.
ItemResourceTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Returns the expected normalization of the entity.
ItemResourceTestBase::getNormalizedPostEntity function core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php Returns the normalized POST entity.
JsonApiDocumentTopLevelNormalizer class core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Normalizes the top-level document according to the JSON:API specification.

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