You are here

constant ADVAGG_SERIALIZE in Advanced CSS/JS Aggregation 7.2

Function to use when converting a non scalar to a string.

Related topics

5 uses of ADVAGG_SERIALIZE
advagg_get_current_hooks_hash in ./advagg.module
Get the hash of all hooks and settings that affect aggregated files contents.
advagg_get_render_cache in ./advagg.module
Given the full css and js scope array return back the render cache.
advagg_hooks_implemented in ./advagg.module
Get back what hooks are implemented.
_advagg_aggregate_css in ./advagg.module
Default callback to aggregate CSS files and inline content.
_advagg_aggregate_js in ./advagg.module
Default callback to aggregate JavaScript files.

File

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

Code

define('ADVAGG_SERIALIZE', 'json_encode');