function ExampleConfigEntityGeneralForm::getFormId
Same name in other branches
- 8.x-3.x tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityGeneralForm.php \Drupal\ctools_wizard_test\Form\ExampleConfigEntityGeneralForm::getFormId()
Overrides FormInterface::getFormId
File
-
tests/
modules/ ctools_wizard_test/ src/ Form/ ExampleConfigEntityGeneralForm.php, line 16
Class
- ExampleConfigEntityGeneralForm
- Class ExampleConfigEntityForm.
Namespace
Drupal\ctools_wizard_test\FormCode
public function getFormId() {
return 'ctools_wizard_test_config_entity_general_form';
}