DumpTokenParser
class DumpTokenParser extends Twig_TokenParser
Token Parser for the 'dump' tag.
Dump variables with:
{% dump %}
{% dump foo %}
{% dump foo, bar %}
Methods
Details
at line line 33
parse(Twig_Token $token)
{@inheritdoc}
at line line 47
getTag()
{@inheritdoc}