You are here

public function FormTestVerticalTabsForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php \Drupal\form_test\Form\FormTestVerticalTabsForm::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/form_test/src/Form/FormTestVerticalTabsForm.php, line 18
Contains \Drupal\form_test\Form\FormTestVerticalTabsForm.

Class

FormTestVerticalTabsForm

Namespace

Drupal\form_test\Form

Code

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