You are here

public function AuthManagerInterface::getProfile in Open Social 8

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

Returns object of a user profile.

Return value

mixed Returns the profile.

4 methods override AuthManagerInterface::getProfile()
FacebookAuthManager::getProfile in modules/custom/social_auth_facebook/src/FacebookAuthManager.php
Returns object of a user profile.
GoogleAuthManager::getProfile in modules/custom/social_auth_google/src/GoogleAuthManager.php
Returns object of a user profile.
LinkedInAuthManager::getProfile in modules/custom/social_auth_linkedin/src/LinkedInAuthManager.php
Returns object of a user profile.
TwitterAuthManager::getProfile in modules/custom/social_auth_twitter/src/TwitterAuthManager.php
Returns object of a user profile.

File

modules/custom/social_auth_extra/src/AuthManagerInterface.php, line 75

Class

AuthManagerInterface
Interface AuthManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function getProfile();