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