function ModalForm::getFormId
Same name in other branches
- 3.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\FormCode
public function getFormId() {
return 'form_api_example_modal_form';
}