class StubFormSubmitter

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

Hierarchy

Expanded class hierarchy of StubFormSubmitter

File

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

Namespace

Drupal\Tests\Core\Form
View source
class StubFormSubmitter extends FormSubmitter {
  protected function &batchGet() : array {
    $batch = [];
    return $batch;
  }

}

Members


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