You are here

public function GoogleAuthSettingsInterface::getRestrictedDomain in Social Auth Google 8.2

Same name and namespace in other branches
  1. 8 src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getRestrictedDomain()
  2. 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\Settings

Code

public function getRestrictedDomain();