You are here

private function Twig_Tests_Profiler_Dumper_AbstractTest::getIndexProfile in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/AbstractTest.php \Twig_Tests_Profiler_Dumper_AbstractTest::getIndexProfile()
1 call to Twig_Tests_Profiler_Dumper_AbstractTest::getIndexProfile()
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 49

Class

Twig_Tests_Profiler_Dumper_AbstractTest

Code

private function getIndexProfile(array $subProfiles = array()) {
  return $this
    ->generateProfile('main', 1, true, 'template', 'index.twig', $subProfiles);
}