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 |
|---|---|---|---|
| EntityNormalizer::denormalize | function | core/ |
|
| EntityNormalizer::__construct | function | core/ |
Constructs an EntityNormalizer object. |
| EntityNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\serialization\Normalizer\EntityNormalizer[[api-linebreak]] @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 a EntityReferenceFieldItemNormalizer object. |
| EntityReferenceFieldItemNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\serialization\Normalizer\EntityReferenceFieldItemNormalizer[[api-linebreak]] @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[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testDenormalizeWithEmtpyUuid | function | core/ |
@covers ::denormalize[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testDenormalizeWithId | function | core/ |
@covers ::denormalize[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeAndUuid | function | core/ |
@covers ::denormalize[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testDenormalizeWithTypeWithIncorrectUuid | function | core/ |
@covers ::denormalize[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithIncorrectType | function | core/ |
@covers ::denormalize[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testDenormalizeWithUuidWithoutType | function | core/ |
@covers ::denormalize[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testNormalize | function | core/ |
@covers ::normalize[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testNormalizeWithEmptyTaxonomyTermReference | function | core/ |
@covers ::normalize[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testNormalizeWithNewEntityReference | function | core/ |
|
| EntityReferenceFieldItemNormalizerTest::testNormalizeWithNoEntity | function | core/ |
@covers ::normalize[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testSupportsDenormalization | function | core/ |
@covers ::supportsDenormalization[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTest::testSupportsNormalization | function | core/ |
@covers ::supportsNormalization[[api-linebreak]] |
| EntityReferenceFieldItemNormalizerTrait | trait | core/ |
Converts empty reference values for entity reference items. |
| EntityReferenceFieldItemNormalizerTrait.php | file | core/ |
|
| EntityReferenceFieldItemNormalizerTrait::fieldItemReferencesTaxonomyTerm | function | core/ |
Determines if a field item references a taxonomy term. |
| EntityReferenceFieldItemNormalizerTrait::normalizeRootReferenceValue | function | core/ |
|
| EntityReferenceFieldNormalizer | class | core/ |
Normalizer class specific for entity reference field objects. |
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.