DumpTokenParser
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}
Parameters
| Twig_Token | $token | 
getTag()
{@inheritdoc}
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.1/Symfony/Bridge/Twig/TokenParser/DumpTokenParser.html