You are here

constant ADVAGG_BUNDLE_BUILT_MODE in Advanced CSS/JS Aggregation 6

Same name and namespace in other branches
  1. 7 includes/constants.inc \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

./advagg.module, line 133
Advanced CSS/JS aggregation module

Code

define('ADVAGG_BUNDLE_BUILT_MODE', FALSE);