You are here

public function AuthManagerInterface::getSocialNetworkKey in Open Social 8.3

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

Returns key-name of a social network.

Return value

string Key-name of a social network.

1 call to AuthManagerInterface::getSocialNetworkKey()
AuthManager::getRedirectUrl in modules/custom/social_auth_extra/src/AuthManager.php
Returns URL to authorize/registration depending on type.
4 methods override AuthManagerInterface::getSocialNetworkKey()
FacebookAuthManager::getSocialNetworkKey in modules/custom/social_auth_facebook/src/FacebookAuthManager.php
Returns key-name of a social network.
GoogleAuthManager::getSocialNetworkKey in modules/custom/social_auth_google/src/GoogleAuthManager.php
Returns key-name of a social network.
LinkedInAuthManager::getSocialNetworkKey in modules/custom/social_auth_linkedin/src/LinkedInAuthManager.php
Returns key-name of a social network.
TwitterAuthManager::getSocialNetworkKey in modules/custom/social_auth_twitter/src/TwitterAuthManager.php
Returns key-name of a social network.

File

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

Class

AuthManagerInterface
Interface AuthManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function getSocialNetworkKey();