public function Twig_Tests_EnvironmentTest_TokenParser::parse

Parses a token and returns a node.

Parameters

Twig_Token $token A Twig_Token instance:

Return value

Twig_NodeInterface A Twig_NodeInterface instance

Overrides Twig_TokenParserInterface::parse

File

drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php, line 262

Class

Twig_Tests_EnvironmentTest_TokenParser

Code

public function parse(Twig_Token $token) {
}