public function Twig_TokenParserBroker::getParser

Gets the Twig_ParserInterface.

Return value

null|Twig_ParserInterface A Twig_ParserInterface instance or null

Overrides Twig_TokenParserBrokerInterface::getParser

File

drupal/core/vendor/twig/twig/lib/Twig/TokenParserBroker.php, line 98

Class

Twig_TokenParserBroker
Default implementation of a token parser broker.

Code

public function getParser() {
  return $this->parser;
}