public static function Kint_Decorators_Plain::wrapStart in Devel 8.2
Same name and namespace in other branches
- 8 kint/kint/decorators/plain.php \Kint_Decorators_Plain::wrapStart()
File
- kint/
kint/ decorators/ plain.php, line 244
Class
Code
public static function wrapStart() {
if (Kint::enabled() === Kint::MODE_PLAIN) {
return '<pre class="-kint">';
}
return '';
}