You are here

public function UserManagerInterface::setAccountId in Open Social 8.3

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
  2. 8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
  3. 8.2 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
  4. 8.4 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
  5. 8.5 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
  6. 8.6 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
  7. 8.7 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::setAccountId()
  8. 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_extra

Code

public function setAccountId($account_id);