constant ADVAGG_BUNDLE_BUILT_MODE in Advanced CSS/JS Aggregation 7
Same name and namespace in other branches
- 6 advagg.module \ADVAGG_BUNDLE_BUILT_MODE
Default mode of advagg_bundle_built() in regards to how file_exists is used.
FALSE - use file_exists. TRUE - use cache_get instead of file_exists if possible.
1 use of ADVAGG_BUNDLE_BUILT_MODE
- advagg_bundle_built in ./
advagg.module - See if this bundle has been built.
File
- includes/
constants.inc, line 122
Code
define('ADVAGG_BUNDLE_BUILT_MODE', FALSE);