function DynamicFormSections::getFormId
Same name in other branches
- 4.0.x modules/ajax_example/src/Form/DynamicFormSections.php \Drupal\ajax_example\Form\DynamicFormSections::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
ajax_example/ src/ Form/ DynamicFormSections.php, line 27
Class
- DynamicFormSections
- Dynamically-enabled form with graceful no-JS degradation.
Namespace
Drupal\ajax_example\FormCode
public function getFormId() {
return 'ajax_example_dynamicsectiondegrades';
}