public function Twig_Profiler_Profile::isRoot in Translation template extractor 7.3
1 call to Twig_Profiler_Profile::isRoot()
- Twig_Profiler_Profile::getDuration in vendor/
Twig/ Profiler/ Profile.php - Returns the duration in microseconds.
File
- vendor/
Twig/ Profiler/ Profile.php, line 52
Class
- Twig_Profiler_Profile
- @author Fabien Potencier <fabien@symfony.com>
Code
public function isRoot() {
return self::ROOT === $this->type;
}