protected function NodeBehaviorSettingsFormTest::getEditEntityUrl in Rabbit Hole 2.x
Same name and namespace in other branches
- 8 modules/rh_node/tests/src/Functional/NodeBehaviorSettingsFormTest.php \Drupal\Tests\rh_node\Functional\NodeBehaviorSettingsFormTest::getEditEntityUrl()
File
- modules/
rh_node/ tests/ src/ Functional/ NodeBehaviorSettingsFormTest.php, line 112
Class
- NodeBehaviorSettingsFormTest
- Test the functionality of the rabbit hole form additions to the node form.
Namespace
Drupal\Tests\rh_node\FunctionalCode
protected function getEditEntityUrl($id) {
return Url::fromRoute('entity.node.edit_form', [
'node' => $id,
]);
}