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