You are here

public function AuthManagerInterface::getProfilePicture in Open Social 8.5

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

Returns URL of a profile picture.

Return value

string|null Absolute URL to a picture or Null if picture is not set.

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

File

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

Class

AuthManagerInterface
Interface AuthManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function getProfilePicture();