function MultistepForm::getFormId

Same name in other branches
  1. 8.x-1.x form_api_example/src/Form/MultistepForm.php \Drupal\form_api_example\Form\MultistepForm::getFormId()
  2. 4.0.x modules/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\Form

Code

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