You are here

public static function Kint_Decorators_Plain::wrapStart in Devel 8.2

Same name and namespace in other branches
  1. 8 kint/kint/decorators/plain.php \Kint_Decorators_Plain::wrapStart()

File

kint/kint/decorators/plain.php, line 244

Class

Kint_Decorators_Plain

Code

public static function wrapStart() {
  if (Kint::enabled() === Kint::MODE_PLAIN) {
    return '<pre class="-kint">';
  }
  return '';
}