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 |
---|---|---|---|
ExternalNormalizersTest::testFormatAgnosticNormalizers | function | core/ |
Tests a format-agnostic normalizer. |
ExternalNormalizersTest::VALUE_ORIGINAL | constant | core/ |
The original value for the test field. |
ExternalNormalizersTest::VALUE_OVERRIDDEN | constant | core/ |
The expected overridden value for the test field. |
FeedHalJsonTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
FeedHalJsonTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
FeedResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
FeedResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
FieldableEntityNormalizerTrait | trait | core/ |
A trait for providing fieldable entity normalization/denormalization methods. |
FieldableEntityNormalizerTrait.php | file | core/ |
|
FieldableEntityNormalizerTrait::$entityFieldManager | property | core/ |
The entity field manager. |
FieldableEntityNormalizerTrait::$entityTypeManager | property | core/ |
The entity type manager. |
FieldableEntityNormalizerTrait::$entityTypeRepository | property | core/ |
The entity type repository. |
FieldableEntityNormalizerTrait::constructValue | function | core/ |
Build the field item value using the incoming data. |
FieldableEntityNormalizerTrait::denormalizeFieldData | function | core/ |
Denormalizes entity data by denormalizing each field individually. |
FieldableEntityNormalizerTrait::determineEntityTypeId | function | core/ |
Determines the entity type ID to denormalize as. |
FieldableEntityNormalizerTrait::extractBundleData | function | core/ |
Denormalizes the bundle property so entity creation can use it. |
FieldableEntityNormalizerTrait::getEntityFieldManager | function | core/ |
Returns the entity field manager. |
FieldableEntityNormalizerTrait::getEntityTypeDefinition | function | core/ |
Gets the entity type definition. |
FieldableEntityNormalizerTrait::getEntityTypeManager | function | core/ |
Returns the entity type manager. |
FieldableEntityNormalizerTrait::getEntityTypeRepository | function | core/ |
Returns the entity type repository. |
FieldConfigResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
FieldConfigResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
FieldInputValueNormalizerTrait | trait | core/ |
A trait used to assist in the normalization of raw input field values. |
FieldInputValueNormalizerTrait.php | file | core/ |
|
FieldInputValueNormalizerTrait::normalizeValue | function | core/ |
Ensure a field value is transformed into a format keyed by delta. |
FieldInputValueNormalizerTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Field\FieldInputValueNormalizerTrait @group Field |
FieldInputValueNormalizerTraitTest.php | file | core/ |
|
FieldInputValueNormalizerTraitTest::keyValueByDeltaTestCases | function | core/ |
Test cases for ::testKeyValueByDelta. |
FieldInputValueNormalizerTraitTest::testKeyValueByDelta | function | core/ |
@dataProvider keyValueByDeltaTestCases @covers ::normalizeValue |
FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables | function | core/ |
@covers ::normalizeValue |
FieldInputValueNormalizerTraitTest::testScalarWithNoMainProperty | function | core/ |
@covers ::normalizeValue |
FieldItemNormalizer | class | core/ |
Converts the Drupal field item object to a JSON:API array structure. |
FieldItemNormalizer | class | core/ |
Denormalizes field item object structure by updating the entity field values. |
FieldItemNormalizer | class | core/ |
Converts the Drupal field item object structure to HAL array structure. |
FieldItemNormalizer.php | file | core/ |
|
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::getFieldItemInstance | function | core/ |
Gets a field item instance for use with SerializedColumnNormalizerTrait. |
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::normalize | function | core/ |
|
FieldItemNormalizer::normalizedFieldValues | function | core/ |
Normalizes field values for an item. |
FieldItemNormalizer::__construct | function | core/ |
FieldItemNormalizer constructor. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.