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