function SessionExampleForm::getFormId
Same name in other branches
- 3.x modules/session_example/src/Form/SessionExampleForm.php \Drupal\session_example\Form\SessionExampleForm::getFormId()
- 8.x-1.x session_example/src/Form/SessionExampleForm.php \Drupal\session_example\Form\SessionExampleForm::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
session_example/ src/ Form/ SessionExampleForm.php, line 68
Class
- SessionExampleForm
- Form to allow the user to store information in their session.
Namespace
Drupal\session_example\FormCode
public function getFormId() {
return 'session_example_form';
}