Whether the user is active (1) or blocked (0).
Type: integer
File
- core/
modules/ user/ user.entity.inc, line 91 - Entity classes and controllers for User module.
Class
- User
- Defines the user entity class.
Code
public $status = 1;
Whether the user is active (1) or blocked (0).
Type: integer
public $status = 1;