DeleteForm::getRedirectUrl

protected DeleteForm::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/comment/src/Form/DeleteForm.php, line 23

Class

DeleteForm
Provides the comment delete confirmation form.

Namespace

Drupal\comment\Form

Code

1
2
3
protected function getRedirectUrl() {
  return $this->getCancelUrl();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.