protected function FormSubmitter::batchGet in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::batchGet()
- 10 core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::batchGet()
Wraps batch_get().
2 calls to FormSubmitter::batchGet()
- FormSubmitter::doSubmitForm in core/
lib/ Drupal/ Core/ Form/ FormSubmitter.php - Handles the submitted form, executing callbacks and processing responses.
- FormSubmitter::executeSubmitHandlers in core/
lib/ Drupal/ Core/ Form/ FormSubmitter.php - Executes custom submission handlers for a given form.
File
- core/
lib/ Drupal/ Core/ Form/ FormSubmitter.php, line 151
Class
- FormSubmitter
- Provides submission processing for forms.
Namespace
Drupal\Core\FormCode
protected function &batchGet() {
return batch_get();
}