function ExampleConfigEntityExternalForm::getFormId

Same name and namespace in other branches
  1. 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\Form

Code

public function getFormId() {
    return 'ctools_wizard_test_example_config_entity_external_form';
}