function BatchExampleForm::getFormId
Same name in other branches
- 3.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\FormCode
public function getFormId() {
return 'batch_example_form';
}