public function HostMultipleDeleteConfirm::getCancelUrl in http:BL 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/ HostMultipleDeleteConfirm.php, line 104
Class
- HostMultipleDeleteConfirm
- Provides a multiple host deletion confirmation form.
Namespace
Drupal\httpbl\FormCode
public function getCancelUrl() {
return new Url('entity.host.collection');
}