You are here

public function BatchTestSimpleForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php \Drupal\batch_test\Form\BatchTestSimpleForm::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/BatchTestSimpleForm.php, line 21
Contains \Drupal\batch_test\Form\BatchTestSimpleForm.

Class

BatchTestSimpleForm
Generate form of id batch_test_simple_form.

Namespace

Drupal\batch_test\Form

Code

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