public function GoogleAuthSettingsInterface::getClientId in Open Social 8.2
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientId()
- 8 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientId()
- 8.3 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientId()
- 8.4 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientId()
- 8.5 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientId()
- 8.6 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientId()
- 8.7 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientId()
- 8.8 modules/custom/social_auth_google/src/Settings/GoogleAuthSettingsInterface.php \Drupal\social_auth_google\Settings\GoogleAuthSettingsInterface::getClientId()
Gets the client ID.
Return value
string The client ID.
1 method overrides GoogleAuthSettingsInterface::getClientId()
- GoogleAuthSettings::getClientId in modules/
custom/ social_auth_google/ src/ Settings/ GoogleAuthSettings.php - Gets the client ID.
File
- modules/
custom/ social_auth_google/ src/ Settings/ GoogleAuthSettingsInterface.php, line 16
Class
- GoogleAuthSettingsInterface
- Defines an interface for Social Auth Google settings.
Namespace
Drupal\social_auth_google\SettingsCode
public function getClientId();