public function OAuthDrupalProvider::handleException in OAuth 1.0 8.2
Same name and namespace in other branches
- 8 src/Authentication/Provider/OAuthDrupalProvider.php \Drupal\oauth\Authentication\Provider\OAuthDrupalProvider::handleException()
File
- src/
Authentication/ Provider/ OAuthDrupalProvider.php, line 102 - Contains \Drupal\oauth\Authentication\Provider\OAuthProvider.
Class
- OAuthDrupalProvider
- Oauth authentication provider.
Namespace
Drupal\oauth\Authentication\ProviderCode
public function handleException(GetResponseForExceptionEvent $event) {
return FALSE;
}