You are here

constant ADVAGG_CSS_RENDER_FUNCTION in Advanced CSS/JS Aggregation 6

Same name and namespace in other branches
  1. 7 includes/constants.inc \ADVAGG_CSS_RENDER_FUNCTION

Default function used to render css output.

3 uses of ADVAGG_CSS_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_css in ./advagg.module
Returns a themed representation of all stylesheets that should be attached to the page.

File

./advagg.module, line 77
Advanced CSS/JS aggregation module

Code

define('ADVAGG_CSS_RENDER_FUNCTION', 'advagg_unlimited_css_builder');