function ModalForm::getFormId

Same name in other branches
  1. 4.0.x modules/form_api_example/src/Form/ModalForm.php \Drupal\form_api_example\Form\ModalForm::getFormId()

Overrides FormInterface::getFormId

File

modules/form_api_example/src/Form/ModalForm.php, line 41

Class

ModalForm
Implements the ModalForm form controller.

Namespace

Drupal\form_api_example\Form

Code

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