You are here

public function TwitterAuthSettingsInterface::getConsumerSecret in Open Social 8

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

Code

public function getConsumerSecret();