function TextForm::getFormId
File
-
modules/
theming_example/ src/ Form/ TextForm.php, line 19
Class
- TextForm
- A simple form that displays a textfield and submit button.
Namespace
Drupal\theming_example\FormCode
public function getFormId() {
return 'theming_example_form_text';
}