You are here

public function AbjsTestForm::abjsAjaxExperiencesCallback in A/B Test JS 8

Same name and namespace in other branches
  1. 2.0.x 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\Form

Code

public function abjsAjaxExperiencesCallback(array $form, FormStateInterface $form_state) {
  return $form['experiences_fieldset'];
}