You are here

public function Twig_Parser::getStream in Translation template extractor 6.3

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

Gets the token stream.

Return value

Twig_TokenStream The token stream

File

vendor/Twig/Parser.php, line 343

Class

Twig_Parser
Default parser implementation.

Code

public function getStream() {
  return $this->stream;
}