function ExampleConfigEntityGeneralForm::getFormId

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

Code

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