function VerticalTabsDemo::getFormId
Same name in other branches
- 3.x modules/form_api_example/src/Form/VerticalTabsDemo.php \Drupal\form_api_example\Form\VerticalTabsDemo::getFormId()
Getter method for Form ID.
@inheritdoc
Overrides FormInterface::getFormId
File
-
modules/
form_api_example/ src/ Form/ VerticalTabsDemo.php, line 72
Class
- VerticalTabsDemo
- Implements the vertical tabs demo form controller.
Namespace
Drupal\form_api_example\FormCode
public function getFormId() {
return 'form_api_example_vertical_tabs_demo';
}