You are here

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

Class

PersonaSettingsForm
Persona settings form.

Namespace

Drupal\pm_persona\Form

Code

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