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 |
---|---|---|---|
EntityFormModeResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
EntityNormalizer | class | core/ |
Normalizes/denormalizes Drupal entity objects into an array structure. |
EntityNormalizer.php | file | core/ |
|
EntityNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
EntityNormalizer::denormalize | function | core/ |
|
EntityNormalizer::__construct | function | core/ |
Constructs an EntityNormalizer object. |
EntityNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\serialization\Normalizer\EntityNormalizer @group serialization |
EntityNormalizerTest.php | file | core/ |
|
EntityNormalizerTest::$entityFieldManager | property | core/ |
The mock entity field manager. |
EntityNormalizerTest::$entityNormalizer | property | core/ |
The entity normalizer. |
EntityNormalizerTest::$entityTypeManager | property | core/ |
The mock entity type manager. |
EntityNormalizerTest::$entityTypeRepository | property | core/ |
The mock entity type repository. |
EntityNormalizerTest::$serializer | property | core/ |
The mock serializer. |
EntityNormalizerTest::setUp | function | core/ |
|
EntityNormalizerTest::testDenormalizeWithInvalidBundle | function | core/ |
Tests the denormalize method with a bundle property. |
EntityNormalizerTest::testDenormalizeWithNoBundle | function | core/ |
Tests the denormalize method with no bundle defined. |
EntityNormalizerTest::testDenormalizeWithNoEntityType | function | core/ |
Tests the denormalize() method with no entity type provided in context. |
EntityNormalizerTest::testDenormalizeWithNoFieldableEntityType | function | core/ |
Tests the denormalize method with no bundle defined. |
EntityNormalizerTest::testDenormalizeWithValidBundle | function | core/ |
Tests the denormalize method with a bundle property. |
EntityNormalizerTest::testNormalize | function | core/ |
Tests the normalize() method. |
EntityReferenceFieldItemNormalizer | class | core/ |
Adds the file URI to embedded file entities. |
EntityReferenceFieldItemNormalizer.php | file | core/ |
|
EntityReferenceFieldItemNormalizer::$entityRepository | property | core/ |
The entity repository. |
EntityReferenceFieldItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
EntityReferenceFieldItemNormalizer::constructValue | function | core/ |
Build the field item value using the incoming data. |
EntityReferenceFieldItemNormalizer::normalize | function | core/ |
|
EntityReferenceFieldItemNormalizer::__construct | function | core/ |
Constructs an EntityReferenceFieldItemNormalizer object. |
EntityReferenceFieldItemNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\serialization\Normalizer\EntityReferenceFieldItemNormalizer @group serialization |
EntityReferenceFieldItemNormalizerTest.php | file | core/ |
|
EntityReferenceFieldItemNormalizerTest::$entityRepository | property | core/ |
The mock entity repository. |
EntityReferenceFieldItemNormalizerTest::$fieldDefinition | property | core/ |
The mock field definition. |
EntityReferenceFieldItemNormalizerTest::$fieldItem | property | core/ |
The mock field item. |
EntityReferenceFieldItemNormalizerTest::$normalizer | property | core/ |
The normalizer under test. |
EntityReferenceFieldItemNormalizerTest::$serializer | property | core/ |
The mock serializer. |
EntityReferenceFieldItemNormalizerTest::assertDenormalize | function | core/ |
Asserts denormalization process is correct for give data. |
EntityReferenceFieldItemNormalizerTest::setUp | function | core/ |
|
EntityReferenceFieldItemNormalizerTest::testConstructValueProperties | function | core/ |
@covers ::constructValue |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithEmptyUuid | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithId | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeAndUuid | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeWithIncorrectUuid | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithIncorrectType | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithoutType | function | core/ |
@covers ::denormalize |
EntityReferenceFieldItemNormalizerTest::testNormalize | function | core/ |
@covers ::normalize |
EntityReferenceFieldItemNormalizerTest::testNormalizeWithEmptyTaxonomyTermReference | function | core/ |
@covers ::normalize |
EntityReferenceFieldItemNormalizerTest::testNormalizeWithNewEntityReference | function | core/ |
|
EntityReferenceFieldItemNormalizerTest::testNormalizeWithNoEntity | function | core/ |
@covers ::normalize |
EntityReferenceFieldItemNormalizerTest::testSupportsDenormalization | function | core/ |
@covers ::supportsDenormalization |
EntityReferenceFieldItemNormalizerTest::testSupportsNormalization | function | core/ |
@covers ::supportsNormalization |
EntityReferenceFieldItemNormalizerTrait | trait | core/ |
Converts empty reference values for entity reference items. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.