constant ADVAGG_CUSTOM_FILES_DIR in Advanced CSS/JS Aggregation 6
Same name and namespace in other branches
- 7 includes/constants.inc \ADVAGG_CUSTOM_FILES_DIR
Default value for a custom files directory just for advagg directories.
5 uses of ADVAGG_CUSTOM_FILES_DIR
- advagg_admin_settings_form in ./
advagg.admin.inc - Form builder; Configure advagg settings.
- advagg_file_saver in ./
advagg.module - Save a string to the specified destination. Verify that file size is not zero.
- advagg_get_root_files_dir in ./
advagg.module - Get the CSS & JS path for advagg.
- advagg_js_compress_file_saver in advagg_js_compress/
advagg_js_compress.module - Save a string to the specified destination. Verify that file size is not zero.
- advagg_process_css_js_prep in ./
advagg.module - Returns an array of values needed for aggregation
File
- ./
advagg.module, line 72 - Advanced CSS/JS aggregation module
Code
define('ADVAGG_CUSTOM_FILES_DIR', '');