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