You are here

public function ConfirmClearForm::getCancelUrl in Queue UI 8.2

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

Return value

\Drupal\Core\Url A URL object.

Overrides ConfirmFormInterface::getCancelUrl

File

src/Form/ConfirmClearForm.php, line 88

Class

ConfirmClearForm
Class ConfirmClearForm @package Drupal\queue_ui\Form

Namespace

Drupal\queue_ui\Form

Code

public function getCancelUrl() {
  return new Url('queue_ui.overview_form');
}