public function AbjsExperienceDeleteConfirmForm::getCancelUrl in A/B Test JS 8
Same name and namespace in other branches
- 2.0.x src/Form/AbjsExperienceDeleteConfirmForm.php \Drupal\abjs\Form\AbjsExperienceDeleteConfirmForm::getCancelUrl()
Returns the route to go to if the user cancels the action.
Return value
\Drupal\Core\Url A URL object.
Overrides ConfirmFormInterface::getCancelUrl
File
- src/
Form/ AbjsExperienceDeleteConfirmForm.php, line 69
Class
- AbjsExperienceDeleteConfirmForm
- Class for confirm delete experience.
Namespace
Drupal\abjs\FormCode
public function getCancelUrl() {
return new Url('abjs.experience_admin');
}