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