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
parse(Twig_Token $token)
{@inheritdoc}
getTag()
{@inheritdoc}
Please login to continue.