function EntityResourceTestBase::getExpectedNormalizedEntity

Same name and namespace in other branches
  1. 9 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::getExpectedNormalizedEntity()
  2. 8.9.x core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::getExpectedNormalizedEntity()
  3. 10 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::getExpectedNormalizedEntity()

Returns the expected normalization of the entity.

Return value

array

See also

::createEntity()

1 call to EntityResourceTestBase::getExpectedNormalizedEntity()
EntityResourceTestBase::testGet in core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
Tests a GET request for an entity, plus edge cases to ensure good DX.
49 methods override EntityResourceTestBase::getExpectedNormalizedEntity()
ActionResourceTestBase::getExpectedNormalizedEntity in core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php
Returns the expected normalization of the entity.
ActionResourceTestBase::getExpectedNormalizedEntity in core/modules/action/tests/src/Functional/Rest/ActionResourceTestBase.php
Returns the expected normalization of the entity.
BaseFieldOverrideResourceTestBase::getExpectedNormalizedEntity in core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php
Returns the expected normalization of the entity.
BlockContentResourceTestBase::getExpectedNormalizedEntity in core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
Returns the expected normalization of the entity.
BlockContentTypeResourceTestBase::getExpectedNormalizedEntity in core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php
Returns the expected normalization of the entity.

... See full list

File

core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php, line 278

Class

EntityResourceTestBase
Defines a base class for testing all entity resources.

Namespace

Drupal\Tests\rest\Functional\EntityResource

Code

protected abstract function getExpectedNormalizedEntity();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.