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

Breadcrumb

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

function ForLoopNode::__construct

Overrides Node::__construct

File

vendor/twig/twig/src/Node/ForLoopNode.php, line 25

Class

ForLoopNode
Internal node used by the for node.

Namespace

Twig\Node

Code

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