function ExampleConfigEntityExternalForm::getFormId
Same name in other branches
- 4.0.x tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExternalForm.php \Drupal\ctools_wizard_test\Form\ExampleConfigEntityExternalForm::getFormId()
Overrides FormInterface::getFormId
File
-
tests/
modules/ ctools_wizard_test/ src/ Form/ ExampleConfigEntityExternalForm.php, line 42
Class
- ExampleConfigEntityExternalForm
- Example form config entity.
Namespace
Drupal\ctools_wizard_test\FormCode
public function getFormId() {
return 'ctools_wizard_test_example_config_entity_external_form';
}