function MenuLinkContentDeleteForm::getRedirectUrl

Same name and namespace in other branches
  1. 9 core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php \Drupal\menu_link_content\Form\MenuLinkContentDeleteForm::getRedirectUrl()
  2. 10 core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php \Drupal\menu_link_content\Form\MenuLinkContentDeleteForm::getRedirectUrl()
  3. 11.x core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php \Drupal\menu_link_content\Form\MenuLinkContentDeleteForm::getRedirectUrl()

Overrides EntityDeleteFormTrait::getRedirectUrl

File

core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php, line 28

Class

MenuLinkContentDeleteForm
Provides a delete form for content menu links.

Namespace

Drupal\menu_link_content\Form

Code

protected function getRedirectUrl() {
    return $this->getCancelUrl();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.