public function GoogleAuthManager::getSocialNetworkKey in Open Social 8.3
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_google/src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::getSocialNetworkKey()
- 8 modules/custom/social_auth_google/src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::getSocialNetworkKey()
- 8.2 modules/custom/social_auth_google/src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::getSocialNetworkKey()
- 8.4 modules/custom/social_auth_google/src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::getSocialNetworkKey()
- 8.5 modules/custom/social_auth_google/src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::getSocialNetworkKey()
- 8.6 modules/custom/social_auth_google/src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::getSocialNetworkKey()
- 8.7 modules/custom/social_auth_google/src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::getSocialNetworkKey()
- 8.8 modules/custom/social_auth_google/src/GoogleAuthManager.php \Drupal\social_auth_google\GoogleAuthManager::getSocialNetworkKey()
Returns key-name of a social network.
Return value
string Key-name of a social network.
Overrides AuthManagerInterface::getSocialNetworkKey
File
- modules/
custom/ social_auth_google/ src/ GoogleAuthManager.php, line 26
Class
- GoogleAuthManager
- Class GoogleAuthManager.
Namespace
Drupal\social_auth_googleCode
public function getSocialNetworkKey() {
return GoogleAuthSettings::getSocialNetworkKey();
}