You are here

public function QueuerDeleteForm::getCancelUrl in Purge 8.3

Returns the route to go to if the user cancels the action.

Return value

\Drupal\Core\Url A URL object.

Overrides ConfirmFormInterface::getCancelUrl

File

modules/purge_ui/src/Form/QueuerDeleteForm.php, line 106

Class

QueuerDeleteForm
Delete queuer {id}.

Namespace

Drupal\purge_ui\Form

Code

public function getCancelUrl() {
  return NULL;
}