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 |
---|---|---|---|
FieldItemNormalizer.php | file | core/ |
|
FieldItemNormalizer.php | file | core/ |
|
FieldItemNormalizer::$entityTypeManager | property | core/ |
The entity type manager. |
FieldItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
FieldItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
FieldItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
FieldItemNormalizer::createTranslatedInstance | function | core/ |
Get a translated version of the field item instance. |
FieldItemNormalizer::denormalize | function | core/ |
|
FieldItemNormalizer::denormalize | function | core/ |
|
FieldItemNormalizer::denormalize | function | core/ |
|
FieldItemNormalizer::getAlternatives | function | core/ |
Provides alternatives for a given array and key. |
FieldItemNormalizer::getFieldItemInstance | function | core/ |
Gets a field item instance for use with SerializedColumnNormalizerTrait. |
FieldItemNormalizer::hasCacheableSupportsMethod | function | core/ |
|
FieldItemNormalizer::hasCacheableSupportsMethod | function | core/ |
|
FieldItemNormalizer::normalize | function | core/ |
|
FieldItemNormalizer::normalize | function | core/ |
This normalizer leaves JSON:API normalizer land and enters the land of Drupal core's serialization system. That system was never designed with cacheability in mind, and hence bubbles cacheability out of band. This must catch it, and pass it to… |
FieldItemNormalizer::normalizedFieldValues | function | core/ |
Normalizes field values for an item. |
FieldItemNormalizer::__construct | function | core/ |
FieldItemNormalizer constructor. |
FieldItemNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\FieldItemNormalizer @group jsonapi |
FieldItemNormalizerTest.php | file | core/ |
|
FieldItemNormalizerTest::$modules | property | core/ |
Modules to enable. |
FieldItemNormalizerTest::$normalizer | property | core/ |
The normalizer. |
FieldItemNormalizerTest::setUp | function | core/ |
|
FieldItemNormalizerTest::testNormalizeFieldItem | function | core/ |
Tests normalizing field item. |
FieldItemNormalizerTest::testNormalizeFieldItemWithoutProperties | function | core/ |
Tests a field item that has no properties. |
FieldItemSerializationTest::testFieldDenormalizeWithScalarValue | function | core/ |
Tests denormalizing using a scalar field value. |
FieldItemSerializationTest::testFieldNormalizeDenormalize | function | core/ |
Tests normalizing and denormalizing an entity with field item normalizer. |
FieldNormalizer | class | core/ |
Denormalizes data to Drupal field values. |
FieldNormalizer | class | core/ |
Converts the Drupal field structure to HAL array structure. |
FieldNormalizer | class | core/ |
Converts the Drupal field structure to a JSON:API array structure. |
FieldNormalizer.php | file | core/ |
|
FieldNormalizer.php | file | core/ |
|
FieldNormalizer.php | file | core/ |
|
FieldNormalizer::$format | property | core/ |
List of formats which supports (de-)normalization. |
FieldNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
FieldNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
FieldNormalizer::denormalize | function | core/ |
|
FieldNormalizer::denormalize | function | core/ |
|
FieldNormalizer::hasCacheableSupportsMethod | function | core/ |
|
FieldNormalizer::hasCacheableSupportsMethod | function | core/ |
|
FieldNormalizer::normalize | function | core/ |
|
FieldNormalizer::normalize | function | core/ |
|
FieldNormalizer::normalizeFieldItems | function | core/ |
Helper function to normalize field items. |
FieldNormalizer::normalizeFieldItems | function | core/ |
Helper function to normalize field items. |
FieldNormalizerDenormalizeExceptionsTest | class | core/ |
Tests the exceptions thrown by FieldNormalizer and FieldItemNormalizer. |
FieldNormalizerDenormalizeExceptionsTest.php | file | core/ |
|
FieldNormalizerDenormalizeExceptionsTest::providerNormalizerDenormalizeExceptions | function | core/ |
Provides data for field normalization tests. |
FieldNormalizerDenormalizeExceptionsTest::testFieldItemNormalizerDenormalizeExceptions | function | core/ |
Tests that the FieldItemNormalizer::denormalize() throws proper exceptions. |
FieldNormalizerDenormalizeExceptionsTest::testFieldNormalizerDenormalizeExceptions | function | core/ |
Tests that the FieldNormalizer::denormalize() throws proper exceptions. |
FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.