mediatekformation

FormThemeTokenParser extends AbstractTokenParser
in package

Token Parser for the 'form_theme' tag.

Tags
author

Fabien Potencier fabien@symfony.com

final

since Symfony 4.4

Table of Contents

$parser  : Parser
getTag()  : string
Gets the tag name associated with this token parser.
parse()  : Node
Parses a token and returns a node.
setParser()  : void
Sets the parser associated with this token parser.

Properties

Methods

getTag()

Gets the tag name associated with this token parser.

public getTag() : string
Return values
string

The tag name

setParser()

Sets the parser associated with this token parser.

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

Search results