public function AbjsTestDeleteConfirmForm::getCancelUrl in A/B Test JS 2.0.x
Same name and namespace in other branches
- 8 src/Form/AbjsTestDeleteConfirmForm.php \Drupal\abjs\Form\AbjsTestDeleteConfirmForm::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/ AbjsTestDeleteConfirmForm.php, line 65
Class
- AbjsTestDeleteConfirmForm
- Class for confirm delete test.
Namespace
Drupal\abjs\FormCode
public function getCancelUrl() {
return new Url('abjs.test_admin');
}