function ContainerDemo::getFormId
Same name in other branches
- 4.0.x modules/form_api_example/src/Form/ContainerDemo.php \Drupal\form_api_example\Form\ContainerDemo::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
form_api_example/ src/ Form/ ContainerDemo.php, line 91
Class
- ContainerDemo
- Implements the container demo form.
Namespace
Drupal\form_api_example\FormCode
public function getFormId() {
return 'form_api_example_container_demo';
}