You are here

public function LingotekProfileDeleteForm::getCancelUrl in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8 src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  2. 8.2 src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  3. 4.0.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  4. 3.0.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  5. 3.1.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  6. 3.2.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  7. 3.3.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  8. 3.5.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  9. 3.6.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  10. 3.7.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
  11. 3.8.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()

Overrides EntityDeleteFormTrait::getCancelUrl

1 call to LingotekProfileDeleteForm::getCancelUrl()
LingotekProfileDeleteForm::submitForm in src/Form/LingotekProfileDeleteForm.php

File

src/Form/LingotekProfileDeleteForm.php, line 45

Class

LingotekProfileDeleteForm
Provides a form for lingotek profiles deletion.

Namespace

Drupal\lingotek\Form

Code

public function getCancelUrl() {
  return new Url('lingotek.settings');
}