SocialAuthDataHandler.php in Social Auth 8.2
Same filename and directory in other branches
Namespace
Drupal\social_authFile
src/SocialAuthDataHandler.phpView 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
Name | Description |
---|---|
SocialAuthDataHandler | Variables are written to and read from session via this class. |