function TreeConfigTargetForm::getFormId
Same name in other branches
- 11.x core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php \Drupal\form_test\Form\TreeConfigTargetForm::getFormId()
Overrides FormInterface::getFormId
1 method overrides TreeConfigTargetForm::getFormId()
- NestedConfigTargetForm::getFormId in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ NestedConfigTargetForm.php - Returns a unique string identifying the form.
File
-
core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ TreeConfigTargetForm.php, line 20
Class
Namespace
Drupal\form_test\FormCode
public function getFormId() {
return 'form_test_tree_config_target_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.