Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HtmlDumper.php

function HtmlDumper::formatTemplate

Overrides BaseDumper::formatTemplate

File

vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php, line 33

Class

HtmlDumper
@author Fabien Potencier <fabien@symfony.com>

Namespace

Twig\Profiler\Dumper

Code

protected function formatTemplate(Profile $profile, $prefix) : string {
    return \sprintf('%s└ <span style="background-color: %s">%s</span>', $prefix, self::$colors['template'], $profile->getTemplate());
}
RSS feed
Powered by Drupal