constant ADVAGG_JS_RENDER_FUNCTION in Advanced CSS/JS Aggregation 7
Same name and namespace in other branches
- 6 advagg.module \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_process_html_js in includes/
js.inc - advagg_process_js in ./
advagg.module - Returns a themed presentation of all JavaScript code for the current page.
File
- includes/
constants.inc, line 76
Code
define('ADVAGG_JS_RENDER_FUNCTION', 'advagg_js_builder');