You are here

public function BatchTestChainedForm::getFormId in Zircon Profile 8.0

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

Class

BatchTestChainedForm
Generate form of id batch_test_chained_form.

Namespace

Drupal\batch_test\Form

Code

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