function EmailExampleGetFormPage::getFormId
Same name in other branches
- 4.0.x modules/email_example/src/Form/EmailExampleGetFormPage.php \Drupal\email_example\Form\EmailExampleGetFormPage::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
email_example/ src/ Form/ EmailExampleGetFormPage.php, line 73
Class
- EmailExampleGetFormPage
- File test form class.
Namespace
Drupal\email_example\FormCode
public function getFormId() {
return 'email_example';
}