You are here

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

Class

QueueEmptyForm
Empty the queue.

Namespace

Drupal\purge_ui\Form

Code

public function getCancelUrl() {
  return NULL;
}