A field indicating the status of the file.
Two status are defined in core: temporary (0) and permanent (1). Temporary files older than BACKDROP_MAXIMUM_TEMP_FILE_AGE will be removed during a cron run.
Type: integer
File
- core/
modules/ file/ file.entity.inc, line 80 - Entity controller and class for files.
Class
- File
- Defines the file entity class.
Code
public $status;