class SocialAuthDataHandler in Social Auth 8.2
Same name and namespace in other branches
- 3.x src/SocialAuthDataHandler.php \Drupal\social_auth\SocialAuthDataHandler
Variables are written to and read from session via this class.
Hierarchy
- class \Drupal\social_api\SocialApiDataHandler
- class \Drupal\social_auth\SocialAuthDataHandler
Expanded class hierarchy of SocialAuthDataHandler
4 files declare their use of SocialAuthDataHandler
- BeforeRedirectEvent.php in src/
Event/ BeforeRedirectEvent.php - FailedAuthenticationEvent.php in src/
Event/ FailedAuthenticationEvent.php - OAuth2ControllerBase.php in src/
Controller/ OAuth2ControllerBase.php - UserAuthenticator.php in src/
User/ UserAuthenticator.php
1 string reference to 'SocialAuthDataHandler'
1 service uses SocialAuthDataHandler
File
- src/
SocialAuthDataHandler.php, line 10
Namespace
Drupal\social_authView source
class SocialAuthDataHandler extends SocialApiDataHandler {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SocialApiDataHandler:: |
protected | property | The session service. | |
SocialApiDataHandler:: |
protected | property | The prefix each session variable will have. | |
SocialApiDataHandler:: |
public | function | Gets a session variable by key. | |
SocialApiDataHandler:: |
public | function | Gets the session prefix for the data handler. | |
SocialApiDataHandler:: |
public | function | Sets a new session variable. | |
SocialApiDataHandler:: |
public | function | Sets the session prefix for the data handler. | |
SocialApiDataHandler:: |
public | function | Constructor. |