You are here

public function Twig_Parser::getBlock in Translation template extractor 7.3

Same name and namespace in other branches
  1. 6.3 vendor/Twig/Parser.php \Twig_Parser::getBlock()

File

vendor/Twig/Parser.php, line 235

Class

Twig_Parser
Default parser implementation.

Code

public function getBlock($name) {
  return $this->blocks[$name];
}