You are here

public function RngContactTypeDeleteForm::getCancelUrl in RNG Contact 8

Overrides EntityDeleteFormTrait::getCancelUrl

File

src/Form/RngContactTypeDeleteForm.php, line 40

Class

RngContactTypeDeleteForm
Form controller to delete a contact type.

Namespace

Drupal\rng_contact\Form

Code

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