constant FILE_STATUS_PERMANENT
Same name and namespace in other branches
- 6.x drupal-6.x/includes/file.inc \FILE_STATUS_PERMANENT
Indicates that the file is permanent and should not be deleted.
Temporary files older than DRUPAL_MAXIMUM_TEMP_FILE_AGE will be removed during cron runs, but permanent files will not be removed during the file garbage collection process.
Related topics
Archivo
- drupal-7.x/
includes/ file.inc, line 70 - API for handling file uploads and server file management.
Código
define('FILE_STATUS_PERMANENT', 1)