function BatchExampleForm::getFormId

File

modules/batch_example/src/Form/BatchExampleForm.php, line 16

Class

BatchExampleForm
Form with examples on how to use cache.

Namespace

Drupal\batch_example\Form

Code

public function getFormId() {
  return 'batch_example_form';
}