public function EntityBrowserDeleteForm::getCancelUrl in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/Form/EntityBrowserDeleteForm.php \Drupal\entity_browser\Form\EntityBrowserDeleteForm::getCancelUrl()
Overrides EntityDeleteFormTrait::getCancelUrl
File
- src/
Form/ EntityBrowserDeleteForm.php, line 33
Class
- EntityBrowserDeleteForm
- Delete confirm form for entity browsers.
Namespace
Drupal\entity_browser\FormCode
public function getCancelUrl() {
return new Url('entity.entity_browser.collection');
}