function ModalForm::getFormId
File
-
modules/
form_api_example/ src/ Form/ ModalForm.php, line 41
Class
- ModalForm
- Implements the ModalForm form controller.
Namespace
Drupal\form_api_example\FormCode
public function getFormId() {
return 'form_api_example_modal_form';
}