function DynamicFormSections::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\Form

Code

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