function EntityTestMapFieldResourceTestBase::getNormalizedPostEntity

Same name in other branches
  1. 9 core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestMapFieldResourceTestBase::getNormalizedPostEntity()
  2. 10 core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php \Drupal\Tests\entity_test\Functional\Rest\EntityTestMapFieldResourceTestBase::getNormalizedPostEntity()
  3. 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/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php
Returns the normalized POST entity.
1 method overrides EntityTestMapFieldResourceTestBase::getNormalizedPostEntity()
EntityTestMapFieldHalJsonAnonTest::getNormalizedPostEntity in core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php
Returns the normalized POST entity.

File

core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php, line 121

Class

EntityTestMapFieldResourceTestBase

Namespace

Drupal\Tests\entity_test\Functional\Rest

Code

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.