You are here

public static function FacebookAuthSettings::getSocialNetworkKey in Open Social 8.5

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettings::getSocialNetworkKey()
  2. 8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettings::getSocialNetworkKey()
  3. 8.2 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettings::getSocialNetworkKey()
  4. 8.3 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettings::getSocialNetworkKey()
  5. 8.4 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettings::getSocialNetworkKey()
  6. 8.6 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettings::getSocialNetworkKey()
  7. 8.7 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettings::getSocialNetworkKey()
  8. 8.8 modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php \Drupal\social_auth_facebook\Settings\FacebookAuthSettings::getSocialNetworkKey()

Returns key-name of a social network.

Return value

string The key-name of a social network.

Overrides FacebookAuthSettingsInterface::getSocialNetworkKey

2 calls to FacebookAuthSettings::getSocialNetworkKey()
FacebookAuthManager::getSocialNetworkKey in modules/custom/social_auth_facebook/src/FacebookAuthManager.php
Returns key-name of a social network.
FacebookUserManager::getSocialNetworkKey in modules/custom/social_auth_facebook/src/FacebookUserManager.php
Returns key-name of a social network.

File

modules/custom/social_auth_facebook/src/Settings/FacebookAuthSettings.php, line 83

Class

FacebookAuthSettings
Defines methods to get Social Auth Facebook app settings.

Namespace

Drupal\social_auth_facebook\Settings

Code

public static function getSocialNetworkKey() {
  return 'facebook';
}