Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ProfilerNodeVisitor.php

function ProfilerNodeVisitor::__construct

File

vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php, line 33

Class

ProfilerNodeVisitor
@author Fabien Potencier <fabien@symfony.com>

Namespace

Twig\Profiler\NodeVisitor

Code

public function __construct(string $extensionName) {
    $this->varName = \sprintf('__internal_%s', hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $extensionName));
}
RSS feed
Powered by Drupal