You are here

public function CountryMappingDeleteForm::getCancelUrl in Flags 8

@inheritDoc

Overrides ConfirmFormInterface::getCancelUrl

File

flags_ui/src/Form/CountryMappingDeleteForm.php, line 12

Class

CountryMappingDeleteForm

Namespace

Drupal\flags_ui\Form

Code

public function getCancelUrl() {
  return new Url('entity.country_flag_mapping.list');
}