You are here

public function BatchTestMultiStepForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php \Drupal\batch_test\Form\BatchTestMultiStepForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php, line 21
Contains \Drupal\batch_test\Form\BatchTestMultiStepForm.

Class

BatchTestMultiStepForm
Generate form of id batch_test_multistep_form.

Namespace

Drupal\batch_test\Form

Code

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