public function CountryMappingDeleteForm::getCancelUrl in Flags 8
@inheritDoc
Overrides ConfirmFormInterface::getCancelUrl
File
- flags_ui/
src/ Form/ CountryMappingDeleteForm.php, line 12
Class
Namespace
Drupal\flags_ui\FormCode
public function getCancelUrl() {
return new Url('entity.country_flag_mapping.list');
}