function MenuLinkContentHalJsonAnonTest::getNormalizedPostEntity
Same name in other branches
- 8.9.x core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php \Drupal\Tests\menu_link_content\Functional\Hal\MenuLinkContentHalJsonAnonTest::getNormalizedPostEntity()
Overrides MenuLinkContentResourceTestBase::getNormalizedPostEntity
File
-
core/
modules/ hal/ tests/ src/ Functional/ menu_link_content/ MenuLinkContentHalJsonAnonTest.php, line 62
Class
- MenuLinkContentHalJsonAnonTest
- @group hal @group legacy
Namespace
Drupal\Tests\hal\Functional\menu_link_contentCode
protected function getNormalizedPostEntity() {
return parent::getNormalizedPostEntity() + [
'_links' => [
'type' => [
'href' => $this->baseUrl . '/rest/type/menu_link_content/menu_link_content',
],
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.