You are here

public static function GoogleAuthSettingsInterface::getSocialNetworkKey in Open Social 8.3

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

Code

public static function getSocialNetworkKey();