function MultistepForm::getFormId
Same name in other branches
- 3.x modules/form_api_example/src/Form/MultistepForm.php \Drupal\form_api_example\Form\MultistepForm::getFormId()
- 8.x-1.x form_api_example/src/Form/MultistepForm.php \Drupal\form_api_example\Form\MultistepForm::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
form_api_example/ src/ Form/ MultistepForm.php, line 21
Class
- MultistepForm
- Provides a form with two steps.
Namespace
Drupal\form_api_example\FormCode
public function getFormId() {
return 'form_api_example_multistep_form';
}