You are here

public function PurgerDeleteForm::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/PurgerDeleteForm.php, line 117

Class

PurgerDeleteForm
Delete the {id} purger instance.

Namespace

Drupal\purge_ui\Form

Code

public function getCancelUrl() {
  return NULL;
}