Cms\Twig\PageTokenParser

Overview

PageTokenParser for the {% page %} Twig tag.

{% page %}
Extends
  • Twig\TokenParser\AbstractTokenParser
Implements
  • Twig\TokenParser\TokenParserInterface

Protected Properties

There are no protected properties in the class.

Show inherited protected properties

Inherited Protected Properties

  • $parser - (defined in Twig\TokenParser\AbstractTokenParser)

Public Methods

public getTag()

public getTag(): string 

getTag name associated with this token parser.

public parse()

public parse($token): Twig\Node\Node 

parse a token and returns a node.

Show inherited public methods

Inherited Public Methods

  • setParser() - (defined in Twig\TokenParser\AbstractTokenParser)