You are here

public function NoteSettingsForm::getFormId in Drupal PM (Project Management) 4.x

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

modules/pm_note/src/Form/NoteSettingsForm.php, line 21

Class

NoteSettingsForm
Note settings form.

Namespace

Drupal\pm_note\Form

Code

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