You are here

service social_auth_extra.session_persistent_data_handler in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/social_auth_extra.services.yml \social_auth_extra.session_persistent_data_handler
  2. 8 modules/custom/social_auth_extra/social_auth_extra.services.yml \social_auth_extra.session_persistent_data_handler
  3. 8.2 modules/custom/social_auth_extra/social_auth_extra.services.yml \social_auth_extra.session_persistent_data_handler
  4. 8.3 modules/custom/social_auth_extra/social_auth_extra.services.yml \social_auth_extra.session_persistent_data_handler
  5. 8.4 modules/custom/social_auth_extra/social_auth_extra.services.yml \social_auth_extra.session_persistent_data_handler
  6. 8.5 modules/custom/social_auth_extra/social_auth_extra.services.yml \social_auth_extra.session_persistent_data_handler
  7. 8.6 modules/custom/social_auth_extra/social_auth_extra.services.yml \social_auth_extra.session_persistent_data_handler
  8. 8.7 modules/custom/social_auth_extra/social_auth_extra.services.yml \social_auth_extra.session_persistent_data_handler

Class

\Drupal\social_auth_extra\AuthSessionDataHandler
3 string references to social_auth_extra.session_persistent_data_handler
GoogleAuth::getDataHandler in modules/custom/social_auth_google/src/Plugin/Network/GoogleAuth.php
Returns an instance of storage that handles data.
LinkedInAuth::getDataHandler in modules/custom/social_auth_linkedin/src/Plugin/Network/LinkedInAuth.php
Returns an instance of storage that handles data.
TwitterAuth::getDataHandler in modules/custom/social_auth_twitter/src/Plugin/Network/TwitterAuth.php
Returns an instance of storage that handles data.

File

modules/custom/social_auth_extra/social_auth_extra.services.yml
modules/custom/social_auth_extra/social_auth_extra.services.yml

View source
  1. class: \Drupal\social_auth_extra\AuthSessionDataHandler
  2. arguments:
  3. - '@session'