Home
last modified time | relevance | path

Searched refs:BLOCK (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Profiler/
DProfile.php22 public const BLOCK = 'block'; define in Twig\\Profiler\\Profile
72 return self::BLOCK === $this->type;
/template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/
DProfilerNodeVisitor.php51 …new EnterProfileNode($this->extensionName, Profile::BLOCK, $node->getAttribute('name'), $this->var…