public static function GoogleAuthSettings::getSocialNetworkKey in Open Social 8.8
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_google/src/Settings/GoogleAuthSettings.php \Drupal\social_auth_google\Settings\GoogleAuthSettings::getSocialNetworkKey()
- 8 modules/custom/social_auth_google/src/Settings/GoogleAuthSettings.php \Drupal\social_auth_google\Settings\GoogleAuthSettings::getSocialNetworkKey()
- 8.2 modules/custom/social_auth_google/src/Settings/GoogleAuthSettings.php \Drupal\social_auth_google\Settings\GoogleAuthSettings::getSocialNetworkKey()
- 8.3 modules/custom/social_auth_google/src/Settings/GoogleAuthSettings.php \Drupal\social_auth_google\Settings\GoogleAuthSettings::getSocialNetworkKey()
- 8.4 modules/custom/social_auth_google/src/Settings/GoogleAuthSettings.php \Drupal\social_auth_google\Settings\GoogleAuthSettings::getSocialNetworkKey()
- 8.5 modules/custom/social_auth_google/src/Settings/GoogleAuthSettings.php \Drupal\social_auth_google\Settings\GoogleAuthSettings::getSocialNetworkKey()
- 8.6 modules/custom/social_auth_google/src/Settings/GoogleAuthSettings.php \Drupal\social_auth_google\Settings\GoogleAuthSettings::getSocialNetworkKey()
- 8.7 modules/custom/social_auth_google/src/Settings/GoogleAuthSettings.php \Drupal\social_auth_google\Settings\GoogleAuthSettings::getSocialNetworkKey()
Returns key-name of a social network.
Return value
string The key-name of a social network.
Overrides GoogleAuthSettingsInterface::getSocialNetworkKey
2 calls to GoogleAuthSettings::getSocialNetworkKey()
- GoogleAuthManager::getSocialNetworkKey in modules/
custom/ social_auth_google/ src/ GoogleAuthManager.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.
File
- modules/
custom/ social_auth_google/ src/ Settings/ GoogleAuthSettings.php, line 58
Class
- GoogleAuthSettings
- Defines methods to get Social Auth Google app settings.
Namespace
Drupal\social_auth_google\SettingsCode
public static function getSocialNetworkKey() {
return 'google';
}