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