function BatchExampleForm::getFormId

Same name in other branches
  1. 8.x-1.x batch_example/src/Form/BatchExampleForm.php \Drupal\batch_example\Form\BatchExampleForm::getFormId()
  2. 4.0.x modules/batch_example/src/Form/BatchExampleForm.php \Drupal\batch_example\Form\BatchExampleForm::getFormId()

Overrides FormInterface::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';
}