public function StateDemo::getFormId in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/form_api_example/src/Form/StateDemo.php \Drupal\form_api_example\Form\StateDemo::getFormId()
Getter method for Form ID.
@inheritdoc
Overrides FormInterface::getFormId
File
- form_api_example/
src/ Form/ StateDemo.php, line 86
Class
- StateDemo
- Implements the state demo form controller.
Namespace
Drupal\form_api_example\FormCode
public function getFormId() {
return 'form_api_example_state_demo';
}