Cms\Twig\ContentTokenParser

Overview

ContentTokenParser for the {% content %} Twig tag.

{% content "intro.htm" %}

{% content "intro.md" name='John' %}

{% content "intro/txt" name='John', year=2013 %}
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): TwigNode 

parse a token and returns a node.

Show inherited public methods

Inherited Public Methods

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