function EntityTestMapFieldResourceTestBase::getNormalizedPostEntity
Returns the normalized POST entity.
Return value
array
Overrides EntityResourceTestBase::getNormalizedPostEntity
File
- 
              core/
modules/ system/ tests/ modules/ entity_test/ tests/ src/ Functional/ Rest/ EntityTestMapFieldResourceTestBase.php, line 121  
Class
Namespace
Drupal\Tests\entity_test\Functional\RestCode
protected function getNormalizedPostEntity() {
  return [
    'name' => [
      [
        'value' => 'Drama llama',
      ],
    ],
    'data' => [
      0 => static::$mapValue,
    ],
  ];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.