58 return sprintf(
'__internal_%s',
hash(
'sha256', $this->extensionName));
67 class_alias(
'Twig_Profiler_NodeVisitor_Profiler',
'Twig\Profiler\NodeVisitor\ProfilerNodeVisitor',
false);
Represents a node in the AST.
doEnterNode(Twig_Node $node, Twig_Environment $env)
getPriority()
Returns the priority for this visitor.
__construct($extensionName)
setNode($name, $node=null)
doLeaveNode(Twig_Node $node, Twig_Environment $env)
Represents a profile leave node.
Twig_BaseNodeVisitor can be used to make node visitors compatible with Twig 1.x and 2...
Represents a module node.
Represents a profile enter node.
Stores the Twig configuration.
hash(StreamInterface $stream, $algo, $rawOutput=false)
Calculate a hash of a Stream.