You are here

public function OpignoModuleSettingsForm::getFormId in Opigno module 8

Same name and namespace in other branches
  1. 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\Form

Code

public function getFormId() {
  return 'OpignoModule_settings';
}