public function HtmlDumper::dump in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/Twig/Dumper/HtmlDumper.php \Drupal\webprofiler\Twig\Dumper\HtmlDumper::dump()
- 8 webprofiler/src/Twig/Dumper/HtmlDumper.php \Drupal\webprofiler\Twig\Dumper\HtmlDumper::dump()
- 4.x webprofiler/src/Twig/Dumper/HtmlDumper.php \Drupal\webprofiler\Twig\Dumper\HtmlDumper::dump()
File
- webprofiler/
src/ Twig/ Dumper/ HtmlDumper.php, line 20
Class
- HtmlDumper
- Class HtmlDumper
Namespace
Drupal\webprofiler\Twig\DumperCode
public function dump(\Twig_Profiler_Profile $profile) {
return '<pre class="h--word-intact"><code class="code--json">' . parent::dump($profile) . '</code></pre>';
}