public function Twig_Profiler_Dumper_Text::dump in Translation template extractor 7.3
1 call to Twig_Profiler_Dumper_Text::dump()
- Twig_Profiler_Dumper_Html::dump in vendor/
Twig/ Profiler/ Dumper/ Html.php
1 method overrides Twig_Profiler_Dumper_Text::dump()
- Twig_Profiler_Dumper_Html::dump in vendor/
Twig/ Profiler/ Dumper/ Html.php
File
- vendor/
Twig/ Profiler/ Dumper/ Text.php, line 19
Class
- Twig_Profiler_Dumper_Text
- @author Fabien Potencier <fabien@symfony.com>
Code
public function dump(Twig_Profiler_Profile $profile) {
return $this
->dumpProfile($profile);
}