Same name and namespace in other branches
  1. 7.x-1.x advagg_bundler/advagg_bundler.module \ADVAGG_BUNDLER_ACTIVE 1 commentaire

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.

Sujets associés

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

Fichier

advagg_bundler/advagg_bundler.module, line 36

Code

define('ADVAGG_BUNDLER_ACTIVE', TRUE);