mediatekformation

DumpTokenParser extends AbstractTokenParser
in package

Token Parser for the 'dump' tag.

Dump variables with:

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

Tags
author

Julien Galenski julien.galenski@gmail.com

final

since Symfony 4.4

Table of Contents

$parser  : Parser
getTag()  : string
{@inheritdoc}
parse()  : Node
{@inheritdoc}
setParser()  : void
Sets the parser associated with this token parser.

Properties

Methods

getTag()

{@inheritdoc}

public getTag() : string
Return values
string

setParser()

Sets the parser associated with this token parser.

public setParser(Parser $parser) : void
Parameters
$parser : Parser
Return values
void

Search results