function ConfigTestForm::changeSize

Same name in other branches
  1. 9 core/modules/config/tests/config_test/src/ConfigTestForm.php \Drupal\config_test\ConfigTestForm::changeSize()
  2. 8.9.x core/modules/config/tests/config_test/src/ConfigTestForm.php \Drupal\config_test\ConfigTestForm::changeSize()
  3. 11.x core/modules/config/tests/config_test/src/ConfigTestForm.php \Drupal\config_test\ConfigTestForm::changeSize()

Element submit handler for non-JS testing.

File

core/modules/config/tests/config_test/src/ConfigTestForm.php, line 130

Class

ConfigTestForm
Form controller for the test config edit forms.

Namespace

Drupal\config_test

Code

public static function changeSize(array $form, FormStateInterface $form_state) {
    $form_state->setRebuild();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.