protected function FormSubmitter::batchGet in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::batchGet()
- 9 core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::batchGet()
Wraps batch_get().
File
- core/
lib/ Drupal/ Core/ Form/ FormSubmitter.php, line 152
Class
- FormSubmitter
- Provides submission processing for forms.
Namespace
Drupal\Core\FormCode
protected function &batchGet() {
return batch_get();
}