You are here

public static function LinkedInAuthSettingsInterface::getSocialNetworkKey in Open Social 8

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getSocialNetworkKey()
  2. 8.2 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getSocialNetworkKey()
  3. 8.3 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getSocialNetworkKey()
  4. 8.4 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getSocialNetworkKey()
  5. 8.5 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getSocialNetworkKey()
  6. 8.6 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getSocialNetworkKey()
  7. 8.7 modules/custom/social_auth_linkedin/src/Settings/LinkedInAuthSettingsInterface.php \Drupal\social_auth_linkedin\Settings\LinkedInAuthSettingsInterface::getSocialNetworkKey()
  8. 8.8 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\Settings

Code

public static function getSocialNetworkKey();