You are here

service social_auth_facebook.auth_manager in Open Social 8.2

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

Class

\Drupal\social_auth_facebook\FacebookAuthManager
2 string references to social_auth_facebook.auth_manager
FacebookAuthController::create in modules/custom/social_auth_facebook/src/Controller/FacebookAuthController.php
Instantiates a new instance of this class.
FacebookLinkController::create in modules/custom/social_auth_facebook/src/Controller/FacebookLinkController.php
Instantiates a new instance of this class.

File

modules/custom/social_auth_facebook/social_auth_facebook.services.yml
modules/custom/social_auth_facebook/social_auth_facebook.services.yml

View source
  1. class: \Drupal\social_auth_facebook\FacebookAuthManager
  2. arguments:
  3. - '@url_generator.non_bubbling'
  4. - '@entity_field.manager'
  5. - '@logger.factory'