You are here

public function Twig_Parser::getExpressionParser in Translation template extractor 6.3

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

Gets the expression parser.

Return value

Twig_ExpressionParser The expression parser

File

vendor/Twig/Parser.php, line 323

Class

Twig_Parser
Default parser implementation.

Code

public function getExpressionParser() {
  return $this->expressionParser;
}