You are here

public function Oauth2AuthorizeForm::getFormId in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same name and namespace in other branches
  1. 8.2 simple_oauth_extras/src/Controller/Oauth2AuthorizeForm.php \Drupal\simple_oauth_extras\Controller\Oauth2AuthorizeForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

simple_oauth_extras/src/Controller/Oauth2AuthorizeForm.php, line 106

Class

Oauth2AuthorizeForm
Authorize form.

Namespace

Drupal\simple_oauth_extras\Controller

Code

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