function BatchTestChainedForm::getFormId
Same name in other branches
- 9 core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php \Drupal\batch_test\Form\BatchTestChainedForm::getFormId()
- 10 core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php \Drupal\batch_test\Form\BatchTestChainedForm::getFormId()
- 11.x core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php \Drupal\batch_test\Form\BatchTestChainedForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ system/ tests/ modules/ batch_test/ src/ Form/ BatchTestChainedForm.php, line 18
Class
- BatchTestChainedForm
- Generate form of id batch_test_chained_form.
Namespace
Drupal\batch_test\FormCode
public function getFormId() {
return 'batch_test_chained_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.