You are here

public function KeyConfigOverrideDeleteForm::getCancelUrl in Key 8

Overrides EntityDeleteFormTrait::getCancelUrl

File

src/Form/KeyConfigOverrideDeleteForm.php, line 23

Class

KeyConfigOverrideDeleteForm
Builds the form to delete a Key.

Namespace

Drupal\key\Form

Code

public function getCancelUrl() {
  return new Url('entity.key_config_override.collection');
}