RenderTokenParser deprecated

class RenderTokenParser extends Twig_TokenParser

deprecated

since version 2.2, to be removed in 3.0.

Token Parser for the render tag.

Methods

Twig_Node parse(Twig_Token $token)

Parses a token and returns a node.

string getTag()

Gets the tag name associated with this token parser.

Details

Twig_Node parse(Twig_Token $token)

Parses a token and returns a node.

Parameters

Twig_Token $token A \Twig_Token instance

Return Value

Twig_Node A \Twig_Node instance

string getTag()

Gets the tag name associated with this token parser.

Return Value

string The tag name
doc_Symfony
2016-10-28 06:29:12
Comments
Leave a Comment

Please login to continue.