You are here

public function SignupDeleteForm::getCancelUrl in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Form/SignupDeleteForm.php \Drupal\sendinblue\Form\SignupDeleteForm::getCancelUrl()

If the delete command is canceled, return to the contact list.

Overrides ConfirmFormInterface::getCancelUrl

File

src/Form/SignupDeleteForm.php, line 28

Class

SignupDeleteForm
Provides a form for deleting a content_entity_example entity.

Namespace

Drupal\sendinblue\Form

Code

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