protected TermDeleteForm::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/taxonomy/src/Form/TermDeleteForm.php, line 26
Class
- TermDeleteForm
- Provides a deletion confirmation form for taxonomy term.
Namespace
Drupal\taxonomy\Form
Code
protected function getRedirectUrl() { return $this->getCancelUrl(); }
Please login to continue.