You are here

SocialAuthDataHandler.php in Social Auth 8.2

Same filename and directory in other branches
  1. 3.x src/SocialAuthDataHandler.php

Namespace

Drupal\social_auth

File

src/SocialAuthDataHandler.php
View source
<?php

namespace Drupal\social_auth;

use Drupal\social_api\SocialApiDataHandler;

/**
 * Variables are written to and read from session via this class.
 */
class SocialAuthDataHandler extends SocialApiDataHandler {

}

Classes

Namesort descending Description
SocialAuthDataHandler Variables are written to and read from session via this class.