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