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