function SessionExampleForm::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\Form

Code

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