You are here

protected function GroupBehaviorSettingsFormTest::getEditEntityUrl in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x 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\Functional

Code

protected function getEditEntityUrl($id) {
  return Url::fromRoute('entity.group.edit_form', [
    'group' => $id,
  ]);
}