You are here

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

Class

FeatureSettingsForm
Feature settings form.

Namespace

Drupal\pm_feature\Form

Code

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