function EntityViewModeResourceTestBase::getExpectedNormalizedEntity
Returns the expected normalization of the entity.
Return value
array
Overrides EntityResourceTestBase::getExpectedNormalizedEntity
File
- 
              core/tests/ Drupal/ FunctionalTests/ Rest/ EntityViewModeResourceTestBase.php, line 50 
Class
Namespace
Drupal\FunctionalTests\RestCode
protected function getExpectedNormalizedEntity() {
  return [
    'cache' => TRUE,
    'dependencies' => [
      'module' => [
        'user',
      ],
    ],
    'id' => 'user.test',
    'label' => 'Test',
    'langcode' => 'en',
    'status' => TRUE,
    'targetEntityType' => 'user',
    'uuid' => $this->entity
      ->uuid(),
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
