You are here

protected function FilterFormatResourceTestBase::getNormalizedPostEntity in Drupal 10

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

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.
  return [];
}