function EmailExampleGetFormPage::getFormId

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

Code

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