function ContainerDemo::getFormId

File

modules/form_api_example/src/Form/ContainerDemo.php, line 91

Class

ContainerDemo
Implements the container demo form.

Namespace

Drupal\form_api_example\Form

Code

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