You are here

constant ADVAGG_ENABLED in Advanced CSS/JS Aggregation 6

Same name and namespace in other branches
  1. 7.2 advagg.module \ADVAGG_ENABLED
  2. 7 includes/constants.inc \ADVAGG_ENABLED

Default value to see if advanced CSS/JS aggregation is enabled.

4 uses of ADVAGG_ENABLED
advagg_admin_settings_form in ./advagg.admin.inc
Form builder; Configure advagg settings.
advagg_init in ./advagg.module
Implementation of hook_init().
advagg_processor in ./advagg.module
Process variables for page.tpl.php
advagg_requirements in ./advagg.install
Implementation of hook_requirements().

File

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

Code

define('ADVAGG_ENABLED', TRUE);