public function UserManagerInterface::setAccountId in Open Social 8
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
- 8.2 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
- 8.3 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
- 8.4 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
- 8.5 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
- 8.6 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
- 8.7 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
- 8.8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
Set the account ID to the account on this site.
Parameters
string $account_id: Identifier of account on this site.
Return value
null Returns null.
4 methods override UserManagerInterface::setAccountId()
- FacebookUserManager::setAccountId in modules/
custom/ social_auth_facebook/ src/ FacebookUserManager.php - Set the account ID to the account on this site.
- GoogleUserManager::setAccountId in modules/
custom/ social_auth_google/ src/ GoogleUserManager.php - Set the account ID to the account on this site.
- LinkedInUserManager::setAccountId in modules/
custom/ social_auth_linkedin/ src/ LinkedInUserManager.php - Set the account ID to the account on this site.
- TwitterUserManager::setAccountId in modules/
custom/ social_auth_twitter/ src/ TwitterUserManager.php - Set the account ID to the account on this site.
File
- modules/
custom/ social_auth_extra/ src/ UserManagerInterface.php, line 89
Class
- UserManagerInterface
- Interface UserManagerInterface.
Namespace
Drupal\social_auth_extraCode
public function setAccountId($account_id);