You are here

protected function FilterFormatResourceTestBase::getNormalizedPostEntity in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php \Drupal\Tests\filter\Functional\Rest\FilterFormatResourceTestBase::getNormalizedPostEntity()
  2. 10 core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php \Drupal\Tests\filter\Functional\Rest\FilterFormatResourceTestBase::getNormalizedPostEntity()

Returns the normalized POST entity.

Return value

array

Overrides EntityResourceTestBase::getNormalizedPostEntity

See also

::testPost

File

core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php, line 84

Class

FilterFormatResourceTestBase

Namespace

Drupal\Tests\filter\Functional\Rest

Code

protected function getNormalizedPostEntity() {

  // @todo Update in https://www.drupal.org/node/2300677.
}