function UserResourceTestBase::getNormalizedPostEntity

Same name in other branches
  1. 8.9.x core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php \Drupal\Tests\user\Functional\Rest\UserResourceTestBase::getNormalizedPostEntity()
  2. 10 core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php \Drupal\Tests\user\Functional\Rest\UserResourceTestBase::getNormalizedPostEntity()
  3. 11.x core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php \Drupal\Tests\user\Functional\Rest\UserResourceTestBase::getNormalizedPostEntity()

Overrides EntityResourceTestBase::getNormalizedPostEntity

1 call to UserResourceTestBase::getNormalizedPostEntity()
UserHalJsonAnonTest::getNormalizedPostEntity in core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php
Returns the normalized POST entity.
1 method overrides UserResourceTestBase::getNormalizedPostEntity()
UserHalJsonAnonTest::getNormalizedPostEntity in core/modules/hal/tests/src/Functional/user/UserHalJsonAnonTest.php
Returns the normalized POST entity.

File

core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php, line 135

Class

UserResourceTestBase

Namespace

Drupal\Tests\user\Functional\Rest

Code

protected function getNormalizedPostEntity() {
    return [
        'name' => [
            [
                'value' => 'Dramallama',
            ],
        ],
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.