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