You are here

public function Twig_Parser::getBlockStack in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Parser.php \Twig_Parser::getBlockStack()

File

vendor/twig/twig/lib/Twig/Parser.php, line 210

Class

Twig_Parser
Default parser implementation.

Code

public function getBlockStack() {
  return $this->blockStack;
}