You are here

public function Twig_TokenParserBrokerInterface::getParser in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/TokenParserBrokerInterface.php \Twig_TokenParserBrokerInterface::getParser()

Gets the Twig_ParserInterface.

Return value

null|Twig_ParserInterface A Twig_ParserInterface instance or null

1 method overrides Twig_TokenParserBrokerInterface::getParser()
Twig_TokenParserBroker::getParser in vendor/Twig/TokenParserBroker.php
Gets the Twig_ParserInterface.

File

vendor/Twig/TokenParserBrokerInterface.php, line 44

Class

Twig_TokenParserBrokerInterface
Interface implemented by token parser brokers.

Code

public function getParser();