protected function RoleResourceTestBase::getNormalizedPostEntity in Drupal 9
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php \Drupal\Tests\user\Functional\Rest\RoleResourceTestBase::getNormalizedPostEntity()
Returns the normalized POST entity.
Return value
array
Overrides EntityResourceTestBase::getNormalizedPostEntity
See also
::testPost
File
- core/
modules/ user/ tests/ src/ Functional/ Rest/ RoleResourceTestBase.php, line 65
Class
Namespace
Drupal\Tests\user\Functional\RestCode
protected function getNormalizedPostEntity() {
// @todo Update in https://www.drupal.org/node/2300677.
}