You are here

public function Twig_Extension_Profiler::enter in Translation template extractor 7.3

File

vendor/Twig/Extension/Profiler.php, line 21

Class

Twig_Extension_Profiler

Code

public function enter(Twig_Profiler_Profile $profile) {
  $this->actives[0]
    ->addProfile($profile);
  array_unshift($this->actives, $profile);
}