public function HostMultipleGreylistConfirm::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/ HostMultipleGreylistConfirm.php, line 111
Class
- HostMultipleGreylistConfirm
- Provides a multiple host grey-listing (and un-banning) confirmation form.
Namespace
Drupal\httpbl\FormCode
public function getCancelUrl() {
return new Url('entity.host.collection');
}