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

Breadcrumb

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

function Compiler::getVarName

File

vendor/twig/twig/src/Compiler.php, line 244

Class

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

Namespace

Twig

Code

public function getVarName() : string {
    return \sprintf('_v%d', $this->varNameSalt++);
}
RSS feed
Powered by Drupal