You are here

public function EpicSettingsForm::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_epic/src/Form/EpicSettingsForm.php, line 21

Class

EpicSettingsForm
Epic settings form.

Namespace

Drupal\pm_epic\Form

Code

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