You are here

public function EventSettingsForm::getFormId in Event 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/EventSettingsForm.php, line 21

Class

EventSettingsForm
Class EventSettingsForm.

Namespace

Drupal\event\Form

Code

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