function EntityTestMapFieldResourceTestBase::getNormalizedPostEntity
Returns the normalized POST entity.
Return value
array
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.