public function AuthManagerInterface::getAccountId in Open Social 8.3
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getAccountId()
- 8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getAccountId()
- 8.2 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getAccountId()
- 8.4 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getAccountId()
- 8.5 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getAccountId()
- 8.6 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getAccountId()
- 8.7 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getAccountId()
- 8.8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getAccountId()
Returns an account ID on a social network.
Return value
int|string The account ID on a social network.
4 methods override AuthManagerInterface::getAccountId()
- FacebookAuthManager::getAccountId in modules/
custom/ social_auth_facebook/ src/ FacebookAuthManager.php - Returns an account ID on a social network.
- GoogleAuthManager::getAccountId in modules/
custom/ social_auth_google/ src/ GoogleAuthManager.php - Returns an account ID on a social network.
- LinkedInAuthManager::getAccountId in modules/
custom/ social_auth_linkedin/ src/ LinkedInAuthManager.php - Returns an account ID on a social network.
- TwitterAuthManager::getAccountId in modules/
custom/ social_auth_twitter/ src/ TwitterAuthManager.php - Returns an account ID on a social network.
File
- modules/
custom/ social_auth_extra/ src/ AuthManagerInterface.php, line 113
Class
- AuthManagerInterface
- Interface AuthManagerInterface.
Namespace
Drupal\social_auth_extraCode
public function getAccountId();