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

Breadcrumb

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

function FlushNode::__construct

Overrides Node::__construct

File

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

Class

FlushNode
Represents a flush node.

Namespace

Twig\Node

Code

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