The file entity for the user's picture.
Early in loading a user object, the picture property will contain the file ID only. It is expanded to be the full file entity in User::attachLoad().
Type: File|int
File
- modules/
user/ user.entity.inc, line 113 - Entity classes and controllers for User module.
Class
- User
- Defines the user entity class.
Code
public $picture;