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

Sujets associés

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

Fichier

./advagg.module, line 234

Code

define('ADVAGG_SERIALIZE', 'json_encode');