function ShortcutDeleteForm::getRedirectUrl
Returns the URL where the user should be redirected after deletion.
Return value
\Drupal\Core\Url The redirect URL.
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.