You are here

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

Class

BoardSettingsForm
Form to administer Board settings.

Namespace

Drupal\pm_board\Form

Code

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