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

Breadcrumb

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

function Nodes::__construct

Overrides Node::__construct

File

vendor/twig/twig/src/Node/Nodes.php, line 24

Class

Nodes
Represents a list of nodes.

Namespace

Twig\Node

Code

public function __construct(array $nodes = [], int $lineno = 0) {
    parent::__construct($nodes, [], $lineno);
}
RSS feed
Powered by Drupal