FlashTokenParser

Parser for the {% flash %} Twig tag.

 class Cms\Twig\FlashTokenParser
extends Twig\TokenParser\AbstractTokenParser

Methods

public decideIfEnd (Twig\Token $token)

Parameters
Property Description
$token
Twig\Token
Returns
mixed

public getTag () : string

Gets the tag name associated with this token parser.

Returns
string

The tag name

public parse (Twig\Token $token) : TwigNode

Parses a token and returns a node.

Parameters
Property Description
$token
Twig\Token

A TwigToken instance

Returns
TwigNode

A TwigNode instance

Copyright © 2024 Winter CMS