function ExampleConfigEntityExistingForm::getFormId

Same name and namespace in other branches
  1. 4.0.x tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php \Drupal\ctools_wizard_test\Form\ExampleConfigEntityExistingForm::getFormId()

Overrides FormInterface::getFormId

File

tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php, line 16

Class

ExampleConfigEntityExistingForm
Simple wizard step form.

Namespace

Drupal\ctools_wizard_test\Form

Code

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