function EntityTestMapFieldResourceTestBase::getNormalizedPostEntity
Same name in other branches
- 8.9.x core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestMapFieldResourceTestBase::getNormalizedPostEntity()
- 10 core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestMapFieldResourceTestBase::getNormalizedPostEntity()
- 11.x core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestMapFieldResourceTestBase::getNormalizedPostEntity()
Overrides EntityResourceTestBase::getNormalizedPostEntity
1 call to EntityTestMapFieldResourceTestBase::getNormalizedPostEntity()
- EntityTestMapFieldHalJsonAnonTest::getNormalizedPostEntity in core/
modules/ hal/ tests/ src/ Functional/ entity_test/ EntityTestMapFieldHalJsonAnonTest.php - Returns the normalized POST entity.
1 method overrides EntityTestMapFieldResourceTestBase::getNormalizedPostEntity()
- EntityTestMapFieldHalJsonAnonTest::getNormalizedPostEntity in core/
modules/ hal/ tests/ src/ Functional/ entity_test/ EntityTestMapFieldHalJsonAnonTest.php - Returns the normalized POST entity.
File
-
core/
modules/ system/ tests/ modules/ entity_test/ tests/ src/ Functional/ Rest/ EntityTestMapFieldResourceTestBase.php, line 119
Class
Namespace
Drupal\Tests\entity_test\Functional\RestCode
protected function getNormalizedPostEntity() {
return [
'name' => [
[
'value' => 'Dramallama',
],
],
'data' => [
0 => static::$mapValue,
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.