public static function GoogleAuthSettingsInterface::getSocialNetworkKey in Open Social 8.3
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getSocialNetworkKey()
- 8 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getSocialNetworkKey()
- 8.2 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getSocialNetworkKey()
- 8.4 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getSocialNetworkKey()
- 8.5 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getSocialNetworkKey()
- 8.6 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getSocialNetworkKey()
- 8.7 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getSocialNetworkKey()
- 8.8 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getSocialNetworkKey()
Returns key-name of a social network.
Return value
string The key-name of a social network.
1 method overrides GoogleAuthSettingsInterface::getSocialNetworkKey()
- GoogleAuthSettings::getSocialNetworkKey in modules/
custom/ social_auth_google/ src/ Settings/ GoogleAuthSettings.php - Returns key-name of a social network.
File
- modules/
custom/ social_auth_google/ src/ Settings/ GoogleAuthSettingsInterface.php, line 40
Class
- GoogleAuthSettingsInterface
- Defines an interface for Social Auth Google settings.
Namespace
Drupal\social_auth_google\SettingsCode
public static function getSocialNetworkKey();