public function LingotekProfileDeleteForm::getCancelUrl in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 4.0.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 3.0.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 3.1.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 3.2.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 3.3.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 3.4.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 3.5.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 3.6.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 3.7.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
- 3.8.x src/Form/LingotekProfileDeleteForm.php \Drupal\lingotek\Form\LingotekProfileDeleteForm::getCancelUrl()
Overrides EntityDeleteFormTrait::getCancelUrl
1 call to LingotekProfileDeleteForm::getCancelUrl()
File
- src/
Form/ LingotekProfileDeleteForm.php, line 50 - Contains \Drupal\lingotek\Form\LingotekProfileDeleteForm.
Class
- LingotekProfileDeleteForm
- Provides a form for lingotek profiles deletion.
Namespace
Drupal\lingotek\FormCode
public function getCancelUrl() {
return new Url('lingotek.settings');
}