public function SocialAuthUser::getPictureUrl in Social Auth 3.x
Same name and namespace in other branches
- 8.2 src/User/SocialAuthUser.php \Drupal\social_auth\User\SocialAuthUser::getPictureUrl()
Gets the user's picture URL.
Return value
string The user's picture URL.
Overrides SocialAuthUserInterface::getPictureUrl
File
- src/
User/ SocialAuthUser.php, line 198
Class
- SocialAuthUser
- User data used for authentication with Drupal.
Namespace
Drupal\social_auth\UserCode
public function getPictureUrl() {
return $this->pictureUrl;
}