constant ADVAGG_JS_RENDER_FUNCTION in Advanced CSS/JS Aggregation 6
Same name and namespace in other branches
- 7 includes/constants.inc \ADVAGG_JS_RENDER_FUNCTION
Default function used to render js output.
3 uses of ADVAGG_JS_RENDER_FUNCTION
- advagg_get_js_css_get_array in ./
advagg.module - Return a large array of the CSS & JS files loaded on this page.
- advagg_processor in ./
advagg.module - Process variables for page.tpl.php
- advagg_process_js in ./
advagg.module - Returns a themed presentation of all JavaScript code for the current page.
File
- ./
advagg.module, line 82 - Advanced CSS/JS aggregation module
Code
define('ADVAGG_JS_RENDER_FUNCTION', 'advagg_js_builder');