public function Twig_Compiler::getVarName in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/Compiler.php \Twig_Compiler::getVarName()
File
- vendor/
Twig/ Compiler.php, line 273
Class
- Twig_Compiler
- Compiles a node to PHP code.
Code
public function getVarName() {
return sprintf('__internal_%s', hash('sha256', uniqid(mt_rand(), true), false));
}