You are here

public function Twig_Parser::peekBlockStack in Zircon Profile 8

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

File

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

Class

Twig_Parser
Default parser implementation.

Code

public function peekBlockStack() {
  return $this->blockStack[count($this->blockStack) - 1];
}