You are here

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

Class

ExpenseSettingsForm
Expense settings form.

Namespace

Drupal\pm_expense\Form

Code

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