public function AbjsTestForm::cancelTest in A/B Test JS 8
Same name and namespace in other branches
- 2.0.x src/Form/AbjsTestForm.php \Drupal\abjs\Form\AbjsTestForm::cancelTest()
Cancel the action.
Parameters
array $form: The form.
\Drupal\Core\Form\FormStateInterface $form_state: The state of forms.
File
- src/
Form/ AbjsTestForm.php, line 478
Class
- AbjsTestForm
- Class for build form test.
Namespace
Drupal\abjs\FormCode
public function cancelTest(array &$form, FormStateInterface $form_state) {
$form_state
->setRedirect('abjs.test_admin');
}