public function Twig_Parser::getExpressionParser in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Parser.php \Twig_Parser::getExpressionParser()
Gets the expression parser.
Return value
Twig_ExpressionParser The expression parser
File
- vendor/
twig/ twig/ lib/ Twig/ Parser.php, line 327
Class
- Twig_Parser
- Default parser implementation.
Code
public function getExpressionParser() {
return $this->expressionParser;
}