public function Twig_Compiler::getDebugInfo in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/Compiler.php \Twig_Compiler::getDebugInfo()
File
- vendor/
Twig/ Compiler.php, line 231
Class
- Twig_Compiler
- Compiles a node to PHP code.
Code
public function getDebugInfo() {
ksort($this->debugInfo);
return $this->debugInfo;
}