You are here

protected function FormSubmitter::batchGet in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Form/FormSubmitter.php \Drupal\Core\Form\FormSubmitter::batchGet()
  2. 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\Form

Code

protected function &batchGet() {
  return batch_get();
}