public function Oauth2AuthorizeForm::getFormId in Simple OAuth (OAuth2) & OpenID Connect 8.2
Same name and namespace in other branches
- 8.3 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 80
Class
Namespace
Drupal\simple_oauth_extras\ControllerCode
public function getFormId() {
return 'simple_oauth_authorize_form';
}