You are here

class SocialAuthDataHandler in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x src/SocialAuthDataHandler.php \Drupal\social_auth\SocialAuthDataHandler

Variables are written to and read from session via this class.

Hierarchy

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'
social_auth.services.yml in ./social_auth.services.yml
social_auth.services.yml
1 service uses SocialAuthDataHandler
social_auth.data_handler in ./social_auth.services.yml
Drupal\social_auth\SocialAuthDataHandler

File

src/SocialAuthDataHandler.php, line 10

Namespace

Drupal\social_auth
View source
class SocialAuthDataHandler extends SocialApiDataHandler {

}

Members

Namesort descending Modifiers Type Description Overrides
SocialApiDataHandler::$session protected property The session service.
SocialApiDataHandler::$sessionPrefix protected property The prefix each session variable will have.
SocialApiDataHandler::get public function Gets a session variable by key.
SocialApiDataHandler::getSessionPrefix public function Gets the session prefix for the data handler.
SocialApiDataHandler::set public function Sets a new session variable.
SocialApiDataHandler::setSessionPrefix public function Sets the session prefix for the data handler.
SocialApiDataHandler::__construct public function Constructor.