public function OpignoModuleSettingsForm::getFormId in Opigno module 8
Same name and namespace in other branches
- 3.x src/Form/OpignoModuleSettingsForm.php \Drupal\opigno_module\Form\OpignoModuleSettingsForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- src/
Form/ OpignoModuleSettingsForm.php, line 23
Class
- OpignoModuleSettingsForm
- Class OpignoModuleSettingsForm.
Namespace
Drupal\opigno_module\FormCode
public function getFormId() {
return 'OpignoModule_settings';
}