You are here

constant ADVAGG_BUNDLER_ACTIVE in Advanced CSS/JS Aggregation 7.2

Same name and namespace in other branches
  1. 6 advagg_bundler/advagg_bundler.module \ADVAGG_BUNDLER_ACTIVE
  2. 7 advagg_bundler/advagg_bundler.module \ADVAGG_BUNDLER_ACTIVE

Default value to see if the bundler should be active or passive.

If it is passive, the bundler will only do analysis and not split up the aggregate.

Related topics

3 uses of ADVAGG_BUNDLER_ACTIVE
advagg_admin_settings_form in ./advagg.admin.inc
Form builder; Configure advagg settings.
advagg_bundler_admin_settings_form in advagg_bundler/advagg_bundler.admin.inc
Form builder; Configure advagg settings.
advagg_bundler_enabled in advagg_bundler/advagg_bundler.module
Returns TRUE if the bundler will run.

File

advagg_bundler/advagg_bundler.module, line 36
Advanced aggregation bundler module.

Code

define('ADVAGG_BUNDLER_ACTIVE', TRUE);