You are here

public function UserManagerInterface::getSocialNetworkKey in Open Social 8.4

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

Returns key-name of a social network.

Return value

string Key-name of the social network.

1 call to UserManagerInterface::getSocialNetworkKey()
UserManager::downloadProfilePicture in modules/custom/social_auth_extra/src/UserManager.php
Saves the picture from URL.
4 methods override UserManagerInterface::getSocialNetworkKey()
FacebookUserManager::getSocialNetworkKey in modules/custom/social_auth_facebook/src/FacebookUserManager.php
Returns key-name of a social network.
GoogleUserManager::getSocialNetworkKey in modules/custom/social_auth_google/src/GoogleUserManager.php
Returns key-name of a social network.
LinkedInUserManager::getSocialNetworkKey in modules/custom/social_auth_linkedin/src/LinkedInUserManager.php
Returns key-name of a social network.
TwitterUserManager::getSocialNetworkKey in modules/custom/social_auth_twitter/src/TwitterUserManager.php
Returns key-name of a social network.

File

modules/custom/social_auth_extra/src/UserManagerInterface.php, line 22

Class

UserManagerInterface
Interface UserManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function getSocialNetworkKey();