You are here

public function OpenIdConnectSettingsForm::getFormId in Simple OAuth (OAuth2) & OpenID Connect 5.x

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/OpenIdConnectSettingsForm.php, line 60

Class

OpenIdConnectSettingsForm
The settings form.

Namespace

Drupal\simple_oauth\Form

Code

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