You are here

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

Class

ProjectSettingsForm
Project settings form.

Namespace

Drupal\pm_project\Form

Code

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