You are here

public function SessionTestForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php \Drupal\session_test\Form\SessionTestForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php, line 22
Contains \Drupal\session_test\Form\SessionTestForm.

Class

SessionTestForm
Form controller for the test config edit forms.

Namespace

Drupal\session_test\Form

Code

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