You are here

public function GauthSettingsForm::getFormId in Google Auth 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/GauthSettingsForm.php, line 23

Class

GauthSettingsForm
Class ContentEntityExampleSettingsForm.

Namespace

Drupal\gauth\Form

Code

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