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