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

Breadcrumb

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

function TextDumper::formatTemplate

Overrides BaseDumper::formatTemplate

File

vendor/twig/twig/src/Profiler/Dumper/TextDumper.php, line 21

Class

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

Namespace

Twig\Profiler\Dumper

Code

protected function formatTemplate(Profile $profile, $prefix) : string {
    return \sprintf('%s└ %s', $prefix, $profile->getTemplate());
}
RSS feed
Powered by Drupal