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