You are here

public function StatusSettingsForm::getFormId in Heartbeat 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

modules/statusmessage/src/Form/StatusSettingsForm.php, line 22

Class

StatusSettingsForm
Class StatusSettingsForm.

Namespace

Drupal\statusmessage\Form

Code

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