function FileHalJsonAnonTest::getNormalizedPostEntity

Same name in other branches
  1. 9 core/modules/hal/tests/src/Functional/file/FileHalJsonAnonTest.php \Drupal\Tests\hal\Functional\file\FileHalJsonAnonTest::getNormalizedPostEntity()

Overrides FileResourceTestBase::getNormalizedPostEntity

File

core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php, line 93

Class

FileHalJsonAnonTest
@group hal

Namespace

Drupal\Tests\file\Functional\Hal

Code

protected function getNormalizedPostEntity() {
    return parent::getNormalizedPostEntity() + [
        '_links' => [
            'type' => [
                'href' => $this->baseUrl . '/rest/type/file/file',
            ],
        ],
    ];
}

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