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