class DumpTokenParser extends Twig_TokenParser

Token Parser for the 'dump' tag.

Dump variables with:

 {% dump %}
 {% dump foo %}
 {% dump foo, bar %}

Methods

parse(Twig_Token $token)

{@inheritdoc}

getTag()

{@inheritdoc}

Details

at line line 33
parse(Twig_Token $token)

{@inheritdoc}

Parameters

Twig_Token $token

at line line 47
getTag()

{@inheritdoc}