public function GoogleAuth::isActive in Open Social 8.8
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::isActive()
- 8 modules/custom/social_auth_google/src/Plugin/Network/GoogleAuth.php \Drupal\social_auth_google\Plugin\Network\GoogleAuth::isActive()
- 8.2 modules/custom/social_auth_google/src/Plugin/Network/GoogleAuth.php \Drupal\social_auth_google\Plugin\Network\GoogleAuth::isActive()
- 8.3 modules/custom/social_auth_google/src/Plugin/Network/GoogleAuth.php \Drupal\social_auth_google\Plugin\Network\GoogleAuth::isActive()
- 8.4 modules/custom/social_auth_google/src/Plugin/Network/GoogleAuth.php \Drupal\social_auth_google\Plugin\Network\GoogleAuth::isActive()
- 8.5 modules/custom/social_auth_google/src/Plugin/Network/GoogleAuth.php \Drupal\social_auth_google\Plugin\Network\GoogleAuth::isActive()
- 8.6 modules/custom/social_auth_google/src/Plugin/Network/GoogleAuth.php \Drupal\social_auth_google\Plugin\Network\GoogleAuth::isActive()
- 8.7 modules/custom/social_auth_google/src/Plugin/Network/GoogleAuth.php \Drupal\social_auth_google\Plugin\Network\GoogleAuth::isActive()
Returns status of social network.
Return value
bool The status of the social network.
File
- modules/
custom/ social_auth_google/ src/ Plugin/ Network/ GoogleAuth.php, line 61
Class
- GoogleAuth
- Defines a Network Plugin for Social Auth Google.
Namespace
Drupal\social_auth_google\Plugin\NetworkCode
public function isActive() {
return (bool) $this->settings
->isActive();
}