constant ADVAGG_CLOSURE in Advanced CSS/JS Aggregation 6
Same name and namespace in other branches
- 7 includes/constants.inc \ADVAGG_CLOSURE
Default value to see if advanced CSS/JS aggregation is enabled.
4 uses of ADVAGG_CLOSURE
- advagg_admin_settings_form in ./
advagg.admin.inc - Form builder; Configure advagg settings.
- advagg_get_js_css_get_array in ./
advagg.module - Return a large array of the CSS & JS files loaded on this page.
- advagg_processor in ./
advagg.module - Process variables for page.tpl.php
- advagg_requirements in ./
advagg.install - Implementation of hook_requirements().
File
- ./
advagg.module, line 97 - Advanced CSS/JS aggregation module
Code
define('ADVAGG_CLOSURE', TRUE);