You are here

public function AuthManagerInterface::setSdk in Open Social 8.5

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setSdk()
  2. 8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setSdk()
  3. 8.2 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setSdk()
  4. 8.3 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setSdk()
  5. 8.4 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setSdk()
  6. 8.6 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setSdk()
  7. 8.7 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setSdk()
  8. 8.8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::setSdk()

Set instance of SDK.

Parameters

object $sdk: SDK instance.

Return value

mixed Returns mixed.

4 methods override AuthManagerInterface::setSdk()
FacebookAuthManager::setSdk in modules/custom/social_auth_facebook/src/FacebookAuthManager.php
Set instance of SDK.
GoogleAuthManager::setSdk in modules/custom/social_auth_google/src/GoogleAuthManager.php
Set instance of SDK.
LinkedInAuthManager::setSdk in modules/custom/social_auth_linkedin/src/LinkedInAuthManager.php
Set instance of SDK.
TwitterAuthManager::setSdk in modules/custom/social_auth_twitter/src/TwitterAuthManager.php
Set instance of SDK.

File

modules/custom/social_auth_extra/src/AuthManagerInterface.php, line 31

Class

AuthManagerInterface
Interface AuthManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function setSdk($sdk);