You are here

public function StatusForm::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/StatusForm.php, line 168

Class

StatusForm
Form controller for Status edit forms.

Namespace

Drupal\statusmessage\Form

Code

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