function StubFormSubmitter::batchGet

Wraps batch_get().

Overrides FormSubmitter::batchGet

File

core/tests/Drupal/Tests/Core/Form/StubFormSubmitter.php, line 14

Class

StubFormSubmitter
Provides a stub FormSubmitter that doesn't depend on batch_get().

Namespace

Drupal\Tests\Core\Form

Code

protected function &batchGet() : array {
  $batch = [];
  return $batch;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.