public function UserManagerInterface::getSocialNetworkKey in Open Social 8.4
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getSocialNetworkKey()
- 8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getSocialNetworkKey()
- 8.2 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getSocialNetworkKey()
- 8.3 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getSocialNetworkKey()
- 8.5 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getSocialNetworkKey()
- 8.6 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getSocialNetworkKey()
- 8.7 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getSocialNetworkKey()
- 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_extraCode
public function getSocialNetworkKey();