You are here

public function FontSettingsForm::getFormId in @font-your-face 8.3

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/FontSettingsForm.php, line 32

Class

FontSettingsForm
Form to define the fonts.

Namespace

Drupal\fontyourface\Form

Code

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