You are here

private static property HtmlDumper::$colors in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Twig/Dumper/HtmlDumper.php \Drupal\webprofiler\Twig\Dumper\HtmlDumper::colors
  2. 8.2 webprofiler/src/Twig/Dumper/HtmlDumper.php \Drupal\webprofiler\Twig\Dumper\HtmlDumper::colors
  3. 4.x webprofiler/src/Twig/Dumper/HtmlDumper.php \Drupal\webprofiler\Twig\Dumper\HtmlDumper::colors

File

webprofiler/src/Twig/Dumper/HtmlDumper.php, line 10

Class

HtmlDumper
Class HtmlDumper

Namespace

Drupal\webprofiler\Twig\Dumper

Code

private static $colors = array(
  'block' => '#dfd',
  'macro' => '#ddf',
  'template' => '#ffd',
  'big' => '#d44',
);