You are here

public function DownloadCountClearForm::getCancelUrl in Download Count 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/DownloadCountClearForm.php, line 53

Class

DownloadCountClearForm
Remove form for book module.

Namespace

Drupal\download_count\Form

Code

public function getCancelUrl() {
  return new Url('download_count.file_settings');
}