public function Twig_Profiler_Dumper_Html::dump in Translation template extractor 7.3
Overrides Twig_Profiler_Dumper_Text::dump
File
- vendor/
Twig/ Profiler/ Dumper/ Html.php, line 24
Class
- Twig_Profiler_Dumper_Html
- @author Fabien Potencier <fabien@symfony.com>
Code
public function dump(Twig_Profiler_Profile $profile) {
return '<pre>' . parent::dump($profile) . '</pre>';
}