public function AbjsTestForm::abjsAjaxExperiencesCallback in A/B Test JS 2.0.x
Same name and namespace in other branches
- 8 src/Form/AbjsTestForm.php \Drupal\abjs\Form\AbjsTestForm::abjsAjaxExperiencesCallback()
Assigns Ajax changes to experiences fieldset in AbjsTestForm.
File
- src/
Form/ AbjsTestForm.php, line 362
Class
- AbjsTestForm
- Class for build form test.
Namespace
Drupal\abjs\FormCode
public function abjsAjaxExperiencesCallback(array $form, FormStateInterface $form_state) {
return $form['experiences_fieldset'];
}