Search for normalize
- Search 7.x for normalize
- Search 9.5.x for normalize
- Search 10.3.x for normalize
- Search 11.x for normalize
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FilterFormatResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
FilterKernelTest::assertNoNormalized | function | core/ |
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string. |
FilterKernelTest::assertNormalized | function | core/ |
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string. |
GraphTest::normalizeGraph | function | core/ |
Normalizes a graph. |
Html::normalize | function | core/ |
Normalizes an HTML snippet. |
HttpExceptionNormalizer | class | core/ |
Normalizes an HttpException in compliance with the JSON:API specification. |
HttpExceptionNormalizer.php | file | core/ |
|
HttpExceptionNormalizer::$currentUser | property | core/ |
The current user making the request. |
HttpExceptionNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
HttpExceptionNormalizer::buildErrorObjects | function | core/ |
Builds the normalized JSON:API error objects for the response. |
HttpExceptionNormalizer::getInfoUrl | function | core/ |
Return a string to the common problem type. |
HttpExceptionNormalizer::normalize | function | core/ |
|
HttpExceptionNormalizer::__construct | function | core/ |
HttpExceptionNormalizer constructor. |
HttpExceptionNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\HttpExceptionNormalizer @group jsonapi |
HttpExceptionNormalizerTest.php | file | core/ |
|
HttpExceptionNormalizerTest::testNormalize | function | core/ |
@covers ::normalize |
HttpExceptionNormalizerValue | class | core/ |
Helps normalize exceptions in compliance with the JSON:API spec. |
HttpExceptionNormalizerValue.php | file | core/ |
|
ImageStyleResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
ImageStyleResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
ItemHalJsonTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
ItemHalJsonTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
ItemResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
ItemResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
JsonApiDocumentTopLevelNormalizer | class | core/ |
Normalizes the top-level document according to the JSON:API specification. |
JsonApiDocumentTopLevelNormalizer.php | file | core/ |
|
JsonApiDocumentTopLevelNormalizer::$entityTypeManager | property | core/ |
The entity type manager. |
JsonApiDocumentTopLevelNormalizer::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
JsonApiDocumentTopLevelNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
JsonApiDocumentTopLevelNormalizer::denormalize | function | core/ |
|
JsonApiDocumentTopLevelNormalizer::getLinkHash | function | core/ |
Hashes an omitted link. |
JsonApiDocumentTopLevelNormalizer::normalize | function | core/ |
|
JsonApiDocumentTopLevelNormalizer::normalizeErrorDocument | function | core/ |
Normalizes an error collection. |
JsonApiDocumentTopLevelNormalizer::normalizeOmissionsLinks | function | core/ |
Normalizes omitted data into a set of omission links. |
JsonApiDocumentTopLevelNormalizer::validateRequestBody | function | core/ |
Performs minimal validation of the document. |
JsonApiDocumentTopLevelNormalizer::__construct | function | core/ |
Constructs a JsonApiDocumentTopLevelNormalizer object. |
JsonApiDocumentTopLevelNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer @group jsonapi |
JsonApiDocumentTopLevelNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer @group jsonapi |
JsonApiDocumentTopLevelNormalizerTest.php | file | core/ |
|
JsonApiDocumentTopLevelNormalizerTest.php | file | core/ |
|
JsonApiDocumentTopLevelNormalizerTest::$includeResolver | property | core/ |
The include resolver. |
JsonApiDocumentTopLevelNormalizerTest::$modules | property | core/ |
Modules to enable. |
JsonApiDocumentTopLevelNormalizerTest::$node | property | core/ |
A node to normalize. |
JsonApiDocumentTopLevelNormalizerTest::$normalizer | property | core/ |
The normalizer under test. |
JsonApiDocumentTopLevelNormalizerTest::$user | property | core/ |
A user to normalize. |
JsonApiDocumentTopLevelNormalizerTest::decorateRequest | function | core/ |
Decorates a request with sparse fieldsets and includes. |
JsonApiDocumentTopLevelNormalizerTest::denormalizeProvider | function | core/ |
Data provider for the denormalize test. |
JsonApiDocumentTopLevelNormalizerTest::denormalizeUuidProvider | function | core/ |
Provides test cases for testDenormalizeUuid. |
JsonApiDocumentTopLevelNormalizerTest::denormalizeUuidProviderBuilder | function | core/ |
We cannot use a PHPUnit data provider because our data depends on $this. |
JsonApiDocumentTopLevelNormalizerTest::generateProphecies | function | core/ |
Generates the prophecies for the mocked entity request. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.