RenderTokenParser deprecated

class RenderTokenParser extends AbstractTokenParser

deprecated

since version 2.2, to be removed in 3.0.

Token Parser for the render tag.

Methods

Node parse(Token $token)

Parses a token and returns a node.

string getTag()

Gets the tag name associated with this token parser.

Details

Node parse(Token $token)

Parses a token and returns a node.

Parameters

Token $token

Return Value

Node

string getTag()

Gets the tag name associated with this token parser.

Return Value

string The tag name

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Bundle/TwigBundle/TokenParser/RenderTokenParser.html