function EnterProfileNode::__construct
Same name in this branch
- 10 core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php \Drupal\sdc_other_node_visitor\Twig\Profiler\EnterProfileNode::__construct()
Same name in other branches
- 11.x core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php \Drupal\sdc_other_node_visitor\Twig\Profiler\EnterProfileNode::__construct()
- 11.x core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php \Drupal\sdc_other_node_visitor\Twig\Profiler\EnterProfileNode::__construct()
File
-
core/
modules/ sdc/ tests/ modules/ sdc_other_node_visitor/ src/ Twig/ Profiler/ EnterProfileNode.php, line 13
Class
- EnterProfileNode
- Represents a profile enter node.
Namespace
Drupal\sdc_other_node_visitor\Twig\ProfilerCode
public function __construct(string $extensionName, string $varName) {
parent::__construct([], [
'extension_name' => $extensionName,
'var_name' => $varName,
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.