You are here

public function FeedbackMessageSettingsForm::getFormId in Feedback 3.x

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/FeedbackMessageSettingsForm.php, line 23

Class

FeedbackMessageSettingsForm
Class FeedbackMessageSettingsForm.

Namespace

Drupal\feedback\Form

Code

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