function ExampleConfigEntityOneForm::getFormId
Same name in other branches
- 8.x-3.x tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityOneForm.php \Drupal\ctools_wizard_test\Form\ExampleConfigEntityOneForm::getFormId()
Overrides FormInterface::getFormId
File
-
tests/
modules/ ctools_wizard_test/ src/ Form/ ExampleConfigEntityOneForm.php, line 17
Class
- ExampleConfigEntityOneForm
- Simple wizard step form.
Namespace
Drupal\ctools_wizard_test\FormCode
public function getFormId() {
return 'ctools_wizard_test_config_entity_one_form';
}