public function Twig_TokenParserInterface::parse

Parses a token and returns a node.

Parameters

Twig_Token $token A Twig_Token instance:

Return value

Twig_NodeInterface A Twig_NodeInterface instance

19 methods override Twig_TokenParserInterface::parse()

File

drupal/core/vendor/twig/twig/lib/Twig/TokenParserInterface.php, line 33

Class

Twig_TokenParserInterface
Interface implemented by token parsers.

Code

public function parse(Twig_Token $token);