function LeaveProfileNode::__construct

Same name in this branch
  1. 10 core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php \Drupal\sdc_other_node_visitor\Twig\Profiler\LeaveProfileNode::__construct()
Same name in other branches
  1. 11.x core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php \Drupal\sdc_other_node_visitor\Twig\Profiler\LeaveProfileNode::__construct()
  2. 11.x core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php \Drupal\sdc_other_node_visitor\Twig\Profiler\LeaveProfileNode::__construct()

File

core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php, line 15

Class

LeaveProfileNode
Represents a profile leave node.

Namespace

Drupal\sdc_other_node_visitor\Twig\Profiler

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.