Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
system.module
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant DRUPAL_MAXIMUM_TEMP_FILE_AGE
Maximum age of temporary files in seconds.
2 uses of DRUPAL_MAXIMUM_TEMP_FILE_AGE
system_cron
in drupal/
modules/
system/
system.module
Implements
hook_cron
().
update_delete_file_if_stale
in drupal/
modules/
update/
update.module
Deletes stale files and directories from the update manager disk cache.
File
drupal/
modules/
system/
system.module
, line 11
Configuration system that lets administrators modify the workings of the site.
Code
define
(
'DRUPAL_MAXIMUM_TEMP_FILE_AGE'
,
21600
);