public function GoogleAuthSettingsInterface::getRestrictedDomain in Social Auth Google 8
Same name and namespace in other branches
- 8.2 src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getRestrictedDomain()
- 3.x src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getRestrictedDomain()
Gets the Restricted domain.
Return value
string The Restricted domain.
1 method overrides GoogleAuthSettingsInterface::getRestrictedDomain()
- GoogleAuthSettings::getRestrictedDomain in src/
Settings/ GoogleAuthSettings.php - Gets the Restricted domain.
File
- src/
Settings/ GoogleAuthSettingsInterface.php, line 32
Class
- GoogleAuthSettingsInterface
- Defines an interface for Social Auth Google settings.
Namespace
Drupal\social_auth_google\SettingsCode
public function getRestrictedDomain();