You are here

social_auth.services.yml in Social Auth 8

Same filename and directory in other branches
  1. 8.2 social_auth.services.yml
  2. 3.x social_auth.services.yml

File

social_auth.services.yml
View source
  1. services:
  2. social_auth.user_manager:
  3. class: Drupal\social_auth\SocialAuthUserManager
  4. arguments:
  5. - '@config.factory'
  6. - '@logger.factory'
  7. - '@event_dispatcher'
  8. - '@entity_type.manager'
  9. - '@entity_field.manager'
  10. - '@token'
  11. - '@transliteration'
  12. - '@language_manager'
  13. - '@router.route_provider'
  14. - '@session'