You are here

public function EntityBrowserDeleteForm::getCancelUrl in Entity Browser 8

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

Code

public function getCancelUrl() {
  return new Url('entity.entity_browser.collection');
}