You are here

public function BatchTestMockForm::getFormId in Zircon Profile 8

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

Class

BatchTestMockForm
Generate form of id batch_test_mock_form.

Namespace

Drupal\batch_test\Form

Code

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