You are here

public function FacDeleteFilesForm::getCancelUrl in Fast Autocomplete 8

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

Return value

\Drupal\Core\Url A URL object.

Overrides ConfirmFormInterface::getCancelUrl

1 call to FacDeleteFilesForm::getCancelUrl()
FacDeleteFilesForm::submitForm in src/Form/FacDeleteFilesForm.php
Form submission handler.

File

src/Form/FacDeleteFilesForm.php, line 72

Class

FacDeleteFilesForm
Class FacDeleteFilesForm.

Namespace

Drupal\fac\Form

Code

public function getCancelUrl() {
  return new Url('entity.fac_config.collection');
}