You are here

public function AbjsTestDeleteConfirmForm::getCancelUrl in A/B Test JS 8

Same name and namespace in other branches
  1. 2.0.x 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\Form

Code

public function getCancelUrl() {
  return new Url('abjs.test_admin');
}