You are here

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

Class

StorySettingsForm
Story settings form.

Namespace

Drupal\pm_story\Form

Code

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