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