You are here

public function UserManagerInterface::getAccountId in Open Social 8

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getAccountId()
  2. 8.2 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getAccountId()
  3. 8.3 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getAccountId()
  4. 8.4 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getAccountId()
  5. 8.5 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getAccountId()
  6. 8.6 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getAccountId()
  7. 8.7 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getAccountId()
  8. 8.8 modules/custom/social_auth_extra/src/UserManagerInterface.php \Drupal\social_auth_extra\UserManagerInterface::getAccountId()

Get the account ID to the account on this site.

Return value

string Account ID on this site.

4 methods override UserManagerInterface::getAccountId()
FacebookUserManager::getAccountId in modules/custom/social_auth_facebook/src/FacebookUserManager.php
Get the account ID to the account on this site.
GoogleUserManager::getAccountId in modules/custom/social_auth_google/src/GoogleUserManager.php
Get the account ID to the account on this site.
LinkedInUserManager::getAccountId in modules/custom/social_auth_linkedin/src/LinkedInUserManager.php
Get the account ID to the account on this site.
TwitterUserManager::getAccountId in modules/custom/social_auth_twitter/src/TwitterUserManager.php
Get the account ID to the account on this site.

File

modules/custom/social_auth_extra/src/UserManagerInterface.php, line 97

Class

UserManagerInterface
Interface UserManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function getAccountId();