You are here

protected function EntitySubqueueDeleteForm::getRedirectUrl in Entityqueue 8

Returns the URL where the user should be redirected after deletion.

Return value

\Drupal\Core\Url The redirect URL.

Overrides EntityDeleteFormTrait::getRedirectUrl

File

src/Form/EntitySubqueueDeleteForm.php, line 30

Class

EntitySubqueueDeleteForm
Provides the entity subqueue delete confirmation form.

Namespace

Drupal\entityqueue\Form

Code

protected function getRedirectUrl() {
  return $this
    ->getCancelUrl();
}