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