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();
}
doc_Drupal
2016-10-29 09:16:49
Comments
Leave a Comment

Please login to continue.