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

Breadcrumb

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

function LeaveProfileNode::__construct

Overrides Node::__construct

File

vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php, line 26

Class

LeaveProfileNode
Represents a profile leave node.

Namespace

Twig\Profiler\Node

Code

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