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\FormCode
public function getCancelUrl() {
return new Url('download_count.file_settings');
}