constant ADVAGG_AGGREGATE_MODE in Advanced CSS/JS Aggregation 6
Same name and namespace in other branches
- 7 includes/constants.inc \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.
3 uses of ADVAGG_AGGREGATE_MODE
- advagg_admin_settings_form in ./
advagg.admin.inc - Form builder; Configure advagg settings.
- advagg_css_js_file_builder in ./
advagg.module - Aggregate CSS/JS files, putting them in the files directory.
- advagg_insert_bundle_db in ./
advagg.module - Insert info into the advagg_files and advagg_bundles database.
File
- ./
advagg.module, line 116 - Advanced CSS/JS aggregation module
Code
define('ADVAGG_AGGREGATE_MODE', 2);