You are here

constant ADVAGG_ENABLED in Advanced CSS/JS Aggregation 7.2

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

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

Related topics

6 uses of ADVAGG_ENABLED
advagg_admin_menu_cache_info in ./advagg.module
Implements hook_admin_menu_cache_info().
advagg_admin_menu_output_alter in ./advagg.module
Implements hook_admin_menu_output_alter().
advagg_admin_settings_form in ./advagg.admin.inc
Form builder; Configure advagg settings.
advagg_enabled in ./advagg.module
Function used to see if aggregation is enabled.
advagg_install_fast_checks in ./advagg.install
Run various checks that are fast.

... See full list

File

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

Code

define('ADVAGG_ENABLED', TRUE);