function RenderExampleDemoForm::getFormId

File

modules/render_example/src/Form/RenderExampleDemoForm.php, line 29

Class

RenderExampleDemoForm
Provides the form for toggling module features on and off.

Namespace

Drupal\render_example\Form

Code

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