public function TwitterAuthSettingsInterface::getConsumerSecret in Open Social 8.8
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_twitter/src/Settings/TwitterAuthSettingsInterface.php \Drupal\social_auth_twitter\Settings\TwitterAuthSettingsInterface::getConsumerSecret()
- 8 modules/custom/social_auth_twitter/src/Settings/TwitterAuthSettingsInterface.php \Drupal\social_auth_twitter\Settings\TwitterAuthSettingsInterface::getConsumerSecret()
- 8.2 modules/custom/social_auth_twitter/src/Settings/TwitterAuthSettingsInterface.php \Drupal\social_auth_twitter\Settings\TwitterAuthSettingsInterface::getConsumerSecret()
- 8.3 modules/custom/social_auth_twitter/src/Settings/TwitterAuthSettingsInterface.php \Drupal\social_auth_twitter\Settings\TwitterAuthSettingsInterface::getConsumerSecret()
- 8.4 modules/custom/social_auth_twitter/src/Settings/TwitterAuthSettingsInterface.php \Drupal\social_auth_twitter\Settings\TwitterAuthSettingsInterface::getConsumerSecret()
- 8.5 modules/custom/social_auth_twitter/src/Settings/TwitterAuthSettingsInterface.php \Drupal\social_auth_twitter\Settings\TwitterAuthSettingsInterface::getConsumerSecret()
- 8.6 modules/custom/social_auth_twitter/src/Settings/TwitterAuthSettingsInterface.php \Drupal\social_auth_twitter\Settings\TwitterAuthSettingsInterface::getConsumerSecret()
- 8.7 modules/custom/social_auth_twitter/src/Settings/TwitterAuthSettingsInterface.php \Drupal\social_auth_twitter\Settings\TwitterAuthSettingsInterface::getConsumerSecret()
Gets the consumer secret.
Return value
string The consumer secret.
1 method overrides TwitterAuthSettingsInterface::getConsumerSecret()
- TwitterAuthSettings::getConsumerSecret in modules/
custom/ social_auth_twitter/ src/ Settings/ TwitterAuthSettings.php - Gets the consumer secret.
File
- modules/
custom/ social_auth_twitter/ src/ Settings/ TwitterAuthSettingsInterface.php, line 24
Class
- TwitterAuthSettingsInterface
- Defines an interface for Social Auth Twitter settings.
Namespace
Drupal\social_auth_twitter\SettingsCode
public function getConsumerSecret();