| AdvAggCascadingStylesheetsTestCase::testRenderFile |
function |
tests/advagg.test |
Tests rendering the stylesheets. |
| advagg_ajax_render_alter |
function |
./advagg.module |
Implements hook_ajax_render_alter(). |
| ADVAGG_AJAX_RENDER_ALTER |
constant |
./advagg.module |
Set to FALSE to not alter the CSS/JS pushed out from AdvAgg. |
| advagg_css_compress_advagg_modify_css_pre_render_alter |
function |
advagg_css_compress/advagg_css_compress.module |
Implements hook_advagg_modify_css_pre_render_alter(). |
| advagg_get_render_cache |
function |
./advagg.module |
Given the full css and js scope array return back the render cache. |
| advagg_js_compress_advagg_modify_js_pre_render_alter |
function |
advagg_js_compress/advagg_js_compress.module |
Implements hook_advagg_modify_js_pre_render_alter(). |
| advagg_modify_css_pre_render |
function |
./advagg.module |
Callback for pre_render so elements can be modified before they are rendered. |
| advagg_modify_js_pre_render |
function |
./advagg.module |
Callback for pre_render so elements can be modified before they are rendered. |
| advagg_mod_advagg_modify_css_pre_render_alter |
function |
advagg_mod/advagg_mod.module |
Implements hook_advagg_modify_css_pre_render_alter(). |
| advagg_mod_advagg_modify_js_pre_render_alter |
function |
advagg_mod/advagg_mod.module |
Implements hook_advagg_modify_js_pre_render_alter(). |
| advagg_panels_pre_render |
function |
./advagg.module |
Implements hook_panels_pre_render(). |
| advagg_pre_render_scripts |
function |
./advagg.module |
Callback for pre_render to add elements needed for JavaScript to be rendered. |
| advagg_pre_render_styles |
function |
./advagg.module |
A #pre_render callback to add elements needed for CSS tags to be rendered. |
| advagg_views_pre_render |
function |
./advagg.module |
Implements hook_views_pre_render(). |
| hook_advagg_modify_css_pre_render_alter |
function |
./advagg.api.php |
Allow other modules to modify $children and $elements before rendering. |
| hook_advagg_modify_js_pre_render_alter |
function |
./advagg.api.php |
Allow other modules to modify $children and $elements before rendering. |
| _advagg_build_css_arrays_for_rendering |
function |
./advagg.module |
Builds the arrays needed for css rendering and caching. |
| _advagg_build_js_arrays_for_rendering |
function |
./advagg.module |
Builds the arrays needed for js rendering and caching. |
| _advagg_mod_pre_render_scripts |
function |
advagg_mod/advagg_mod.module |
Callback for pre_render to inline all JavaScript on this page. |
| _advagg_mod_pre_render_styles |
function |
advagg_mod/advagg_mod.module |
A #pre_render callback to inline all CSS on this page. |