function DeleteForm::getCancelUrl
Same name in this branch
- 9 core/modules/comment/src/Form/DeleteForm.php \Drupal\comment\Form\DeleteForm::getCancelUrl()
Same name and namespace in other branches
- 11.x core/modules/comment/src/Form/DeleteForm.php \Drupal\comment\Form\DeleteForm::getCancelUrl()
File
-
core/
modules/ forum/ src/ Form/ DeleteForm.php, line 41
Class
- DeleteForm
- Builds the form to delete a forum term.
Namespace
Drupal\forum\FormCode
public function getCancelUrl() {
return new Url('forum.overview');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.