You are here

constant ADVAGG_BUNDLER_MAX_CSS in Advanced CSS/JS Aggregation 6

Same name and namespace in other branches
  1. 7.2 advagg_bundler/advagg_bundler.module \ADVAGG_BUNDLER_MAX_CSS
  2. 7 advagg_bundler/advagg_bundler.module \ADVAGG_BUNDLER_MAX_CSS

Default value of the maximum number of CSS bundles that can be generated in a single request.

2 uses of ADVAGG_BUNDLER_MAX_CSS
advagg_bundler_admin_settings_form in advagg_bundler/advagg_bundler.admin.inc
Form builder; Configure advagg settings.
advagg_bundler_advagg_filenames_alter in advagg_bundler/advagg_bundler.module
Implement hook_advagg_filenames_alter.

File

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

Code

define('ADVAGG_BUNDLER_MAX_CSS', 4);