Search for normalize
- Search 7.x for normalize
- Search 8.9.x for normalize
- Search 10.3.x for normalize
- Search 11.x for normalize
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DateTimeNormalizer::getNormalizationTimezone | function | core/ |
Gets the timezone to be used during normalization. |
DateTimeNormalizer::hasCacheableSupportsMethod | function | core/ |
|
DateTimeNormalizer::normalize | function | core/ |
|
DateTimeNormalizer::__construct | function | core/ |
Constructs a new DateTimeNormalizer instance. |
DateTimeNormalizerTest | class | core/ |
Unit test coverage for @DataTypes implementing DateTimeInterface. |
DateTimeNormalizerTest.php | file | core/ |
|
DateTimeNormalizerTest::$data | property | core/ |
The tested data type. |
DateTimeNormalizerTest::$normalizer | property | core/ |
The tested data type's normalizer. |
DateTimeNormalizerTest::providerTestDenormalizeUserFormats | function | core/ |
Data provider for testDenormalizeUserFormats. |
DateTimeNormalizerTest::providerTestDenormalizeValidFormats | function | core/ |
Data provider for testDenormalizeValidFormats. |
DateTimeNormalizerTest::setUp | function | core/ |
|
DateTimeNormalizerTest::testDenormalizeException | function | core/ |
Tests the denormalize function with bad data. |
DateTimeNormalizerTest::testDenormalizeUserFormats | function | core/ |
Tests the denormalize function with a user supplied format. |
DateTimeNormalizerTest::testDenormalizeValidFormats | function | core/ |
Tests the denormalize function with good data. |
DateTimeNormalizerTest::testNormalize | function | core/ |
@covers ::normalize |
DateTimeNormalizerTest::testNormalizeWhenNull | function | core/ |
@covers ::normalize |
DateTimeNormalizerTest::testSupportsDenormalization | function | core/ |
@covers ::supportsDenormalization |
DateTimeNormalizerTest::testSupportsNormalization | function | core/ |
@covers ::supportsNormalization |
DateTimeNormalizerTestDrupalDateTime | class | core/ |
Provides a test class for testing DrupalDateTime. |
DateTimeNormalizerTestDrupalDateTime::setTimezone | function | core/ |
|
DenormalizeTest | class | core/ |
Tests HAL denormalization edge cases for EntityResource. |
DenormalizeTest.php | file | core/ |
|
DenormalizeTest::testDenormalizeEmptyCustomSerializedField | function | core/ |
Tests normalizing/denormalizing empty custom serialized fields. |
DenormalizeTest::testDenormalizeInvalidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing invalid custom serialized fields. |
DenormalizeTest::testDenormalizeSerializedItem | function | core/ |
Tests normalizing/denormalizing serialized columns. |
DenormalizeTest::testDenormalizeValidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing valid custom serialized fields. |
DenormalizeTest::testMarkFieldForDeletion | function | core/ |
Tests that a field set to an empty array is different than an absent field. |
DenormalizeTest::testTypeHandling | function | core/ |
Tests that the type link relation in incoming data is handled correctly. |
DenormalizeTest::testTypeHandlingWithInvalidType | function | core/ |
Tests link relation handling with an invalid type. |
DenormalizeTest::testTypeHandlingWithNoTypes | function | core/ |
Tests link relation handling with no types. |
EditorResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
EditorResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
EntityAccessDeniedHttpExceptionNormalizer | class | core/ |
Normalizes an EntityAccessDeniedException. |
EntityAccessDeniedHttpExceptionNormalizer.php | file | core/ |
|
EntityAccessDeniedHttpExceptionNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects | function | core/ |
Builds the normalized JSON:API error objects for the response. |
EntityDenormalizerBase | class | core/ |
Converts the Drupal entity object to a JSON:API array structure. |
EntityDenormalizerBase.php | file | core/ |
|
EntityDenormalizerBase::$entityTypeManager | property | core/ |
The entity type manager. |
EntityDenormalizerBase::$fieldManager | property | core/ |
The entity field manager. |
EntityDenormalizerBase::$pluginManager | property | core/ |
The field plugin manager. |
EntityDenormalizerBase::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
EntityDenormalizerBase::denormalize | function | core/ |
|
EntityDenormalizerBase::normalize | function | core/ |
|
EntityDenormalizerBase::prepareInput | function | core/ |
Prepares the input data to create the entity. |
EntityDenormalizerBase::supportsNormalization | function | core/ |
|
EntityDenormalizerBase::__construct | function | core/ |
Constructs an EntityDenormalizerBase object. |
EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
EntityFormDisplayResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
EntityFormModeResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.