function BatchTestChainedForm::batchTestChainedFormSubmit3
Same name in other branches
- 9 core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php \Drupal\batch_test\Form\BatchTestChainedForm::batchTestChainedFormSubmit3()
- 8.9.x core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php \Drupal\batch_test\Form\BatchTestChainedForm::batchTestChainedFormSubmit3()
- 11.x core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php \Drupal\batch_test\Form\BatchTestChainedForm::batchTestChainedFormSubmit3()
Form submission handler #3 for batch_test_chained_form.
File
-
core/
modules/ system/ tests/ modules/ batch_test/ src/ Form/ BatchTestChainedForm.php, line 85
Class
- BatchTestChainedForm
- Generate form of id batch_test_chained_form.
Namespace
Drupal\batch_test\FormCode
public static function batchTestChainedFormSubmit3($form, FormStateInterface $form_state) {
batch_test_stack('submit handler 3');
batch_test_stack('value = ' . $form_state->getValue('value'));
$value =& $form_state->getValue('value');
$value++;
$form_state->setRedirect('batch_test.redirect');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.