You are here

constant ADVAGG_BUNDLER_OUTDATED in Advanced CSS/JS Aggregation 7

Same name and namespace in other branches
  1. 6 advagg_bundler/advagg_bundler.module \ADVAGG_BUNDLER_OUTDATED
  2. 7.2 advagg_bundler/advagg_bundler.module \ADVAGG_BUNDLER_OUTDATED

Default value of the last used time before the bundle is considered outdated. 2 weeks in seconds.

2 uses of ADVAGG_BUNDLER_OUTDATED
advagg_bundler_analysis in advagg_bundler/advagg_bundler.module
Given a filename return a bundle key.
advagg_cron in ./advagg.module
Implements hook_cron().

File

advagg_bundler/advagg_bundler.module, line 25
Advanced aggregation bundler module.

Code

define('ADVAGG_BUNDLER_OUTDATED', 1209600);