init_helpers.php
Table of Contents
- j() : string
- Alias of Kint::dump(), however the output is dumped to the javascript console and added to the global array `kintDump`. If run in CLI mode, output is pure whitespace.
Functions
j()
Alias of Kint::dump(), however the output is dumped to the javascript console and added to the global array `kintDump`. If run in CLI mode, output is pure whitespace.
j() : string
To force rendering mode without autodetecting anything:
Kint::$enabled_mode = Kint::MODE_JS; Kint::dump( $variable );