function ShortcutDeleteForm::getRedirectUrl

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

Overrides EntityDeleteFormTrait::getRedirectUrl

File

core/modules/shortcut/src/Form/ShortcutDeleteForm.php, line 34

Class

ShortcutDeleteForm
Builds the shortcut link deletion form.

Namespace

Drupal\shortcut\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.