public function Twig_Extension_Profiler::enter in Translation template extractor 7.3
File
- vendor/
Twig/ Extension/ Profiler.php, line 21
Class
Code
public function enter(Twig_Profiler_Profile $profile) {
$this->actives[0]
->addProfile($profile);
array_unshift($this->actives, $profile);
}