You are here

public function DeleteForm::getCancelUrl in bootstrap simple carousel 8

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/DeleteForm.php, line 80

Class

DeleteForm
Class DeleteForm.

Namespace

Drupal\bootstrap_simple_carousel\Form

Code

public function getCancelUrl() {
  return new Url('bootstrap_simple_carousel.table');
}