protected function FormSubmitter::batchGet

protected &FormSubmitter::batchGet()

Wraps batch_get().

File

core/lib/Drupal/Core/Form/FormSubmitter.php, line 158

Class

FormSubmitter
Provides submission processing for forms.

Namespace

Drupal\Core\Form

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Form!FormSubmitter.php/function/FormSubmitter::batchGet/8.1.x