public function TwitterAuth::getSocialNetworkKey in Open Social 8.5
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_twitter/src/Plugin/Network/TwitterAuth.php \Drupal\social_auth_twitter\Plugin\Network\TwitterAuth::getSocialNetworkKey()
- 8 modules/custom/social_auth_twitter/src/Plugin/Network/TwitterAuth.php \Drupal\social_auth_twitter\Plugin\Network\TwitterAuth::getSocialNetworkKey()
- 8.2 modules/custom/social_auth_twitter/src/Plugin/Network/TwitterAuth.php \Drupal\social_auth_twitter\Plugin\Network\TwitterAuth::getSocialNetworkKey()
- 8.3 modules/custom/social_auth_twitter/src/Plugin/Network/TwitterAuth.php \Drupal\social_auth_twitter\Plugin\Network\TwitterAuth::getSocialNetworkKey()
- 8.4 modules/custom/social_auth_twitter/src/Plugin/Network/TwitterAuth.php \Drupal\social_auth_twitter\Plugin\Network\TwitterAuth::getSocialNetworkKey()
- 8.6 modules/custom/social_auth_twitter/src/Plugin/Network/TwitterAuth.php \Drupal\social_auth_twitter\Plugin\Network\TwitterAuth::getSocialNetworkKey()
- 8.7 modules/custom/social_auth_twitter/src/Plugin/Network/TwitterAuth.php \Drupal\social_auth_twitter\Plugin\Network\TwitterAuth::getSocialNetworkKey()
- 8.8 modules/custom/social_auth_twitter/src/Plugin/Network/TwitterAuth.php \Drupal\social_auth_twitter\Plugin\Network\TwitterAuth::getSocialNetworkKey()
File
- modules/
custom/ social_auth_twitter/ src/ Plugin/ Network/ TwitterAuth.php, line 113
Class
- TwitterAuth
- Defines Social Auth Twitter Network Plugin.
Namespace
Drupal\social_auth_twitter\Plugin\NetworkCode
public function getSocialNetworkKey() {
return $this->settings
->getSocialNetworkKey();
}