Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TextNode.php

function TextNode::__construct

Overrides Node::__construct

File

vendor/twig/twig/src/Node/TextNode.php, line 26

Class

TextNode
Represents a text node.

Namespace

Twig\Node

Code

public function __construct(string $data, int $lineno) {
    parent::__construct([], [
        'data' => $data,
    ], $lineno);
}
RSS feed
Powered by Drupal