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