function EntityResourceTestBase::getExpectedNormalizedEntity
Same name in other branches
- 9 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::getExpectedNormalizedEntity()
- 10 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::getExpectedNormalizedEntity()
- 11.x 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 - Test a GET request for an entity, plus edge cases to ensure good DX.
50 methods override EntityResourceTestBase::getExpectedNormalizedEntity()
- ActionResourceTestBase::getExpectedNormalizedEntity in core/
modules/ system/ 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.
- BlockResourceTestBase::getExpectedNormalizedEntity in core/
modules/ block/ tests/ src/ Functional/ Rest/ BlockResourceTestBase.php - Returns the expected normalization of the entity.
File
-
core/
modules/ rest/ tests/ src/ Functional/ EntityResource/ EntityResourceTestBase.php, line 276
Class
- EntityResourceTestBase
- Even though there is the generic EntityResource, it's necessary for every entity type to have its own test, because they each have different fields, validation constraints, et cetera. It's not because the generic case works, that every caseā¦
Namespace
Drupal\Tests\rest\Functional\EntityResourceCode
protected abstract function getExpectedNormalizedEntity();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.