public function Twig_Parser::getBlockStack in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Parser.php \Twig_Parser::getBlockStack()
File
- vendor/
Twig/ Parser.php, line 215
Class
- Twig_Parser
- Default parser implementation.
Code
public function getBlockStack() {
return $this->blockStack;
}