You are here

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

Class

PurgerMoveForm
Move purger {id} in the purger execution order - 'up' or 'down'.

Namespace

Drupal\purge_ui\Form

Code

public function getCancelUrl() {
  return NULL;
}