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