constant ADVAGG_AGGREGATE_MODE in Advanced CSS/JS Aggregation 7
Same name and namespace in other branches
- 6 advagg.module \ADVAGG_AGGREGATE_MODE
Default mode for aggregate creation.
0 - Wait for locks. 1 - Do not wait for locks. 2 - Only serve aggregated files if they are already built.
4 uses of ADVAGG_AGGREGATE_MODE
- advagg_css_js_file_builder in ./
advagg.module - Aggregate CSS/JS files, putting them in the files directory.
- advagg_init in ./
advagg.module - Implements hook_init().
- advagg_insert_bundle_db in ./
advagg.module - Insert info into the advagg_files and advagg_bundles database.
- _advagg_admin_form_general in includes/
admin.inc
File
- includes/
constants.inc, line 105
Code
define('ADVAGG_AGGREGATE_MODE', 2);