public function AbjsConditionForm::submitForm in A/B Test JS 8
Same name and namespace in other branches
- 2.0.x src/Form/AbjsConditionForm.php \Drupal\abjs\Form\AbjsConditionForm::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/ AbjsConditionForm.php, line 142
Class
- AbjsConditionForm
- Class for build form condition.
Namespace
Drupal\abjs\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}