public function AbjsExperienceForm::submitForm in A/B Test JS 8
Same name and namespace in other branches
- 2.0.x src/Form/AbjsExperienceForm.php \Drupal\abjs\Form\AbjsExperienceForm::submitForm()
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::submitForm
File
- src/
Form/ AbjsExperienceForm.php, line 142
Class
- AbjsExperienceForm
- Class for build experience form.
Namespace
Drupal\abjs\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}