private function Twig_Tests_Profiler_Dumper_AbstractTest::getEmbeddedBlockProfile in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/AbstractTest.php \Twig_Tests_Profiler_Dumper_AbstractTest::getEmbeddedBlockProfile()
1 call to Twig_Tests_Profiler_Dumper_AbstractTest::getEmbeddedBlockProfile()
- Twig_Tests_Profiler_Dumper_AbstractTest::getProfile in vendor/
twig/ twig/ test/ Twig/ Tests/ Profiler/ Dumper/ AbstractTest.php
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ Profiler/ Dumper/ AbstractTest.php, line 54
Class
Code
private function getEmbeddedBlockProfile(array $subProfiles = array()) {
return $this
->generateProfile('body', 0.0001, false, 'block', 'embedded.twig', $subProfiles);
}