You are here

public function AccessTokenSettingsForm::getFormId in Simple OAuth (OAuth2) & OpenID Connect 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Entity/Form/AccessTokenSettingsForm.php, line 22

Class

AccessTokenSettingsForm
Class AccessTokenSettingsForm.

Namespace

Drupal\simple_oauth\Entity\Form

Code

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