function ShortcutDeleteForm::getRedirectUrl
Same name in other branches
- 8.9.x core/modules/shortcut/src/Form/ShortcutDeleteForm.php \Drupal\shortcut\Form\ShortcutDeleteForm::getRedirectUrl()
- 10 core/modules/shortcut/src/Form/ShortcutDeleteForm.php \Drupal\shortcut\Form\ShortcutDeleteForm::getRedirectUrl()
- 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\FormCode
protected function getRedirectUrl() {
return $this->getCancelUrl();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.