File

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

Class

LeaveProfileNode

Namespace

Drupal\sdc_other_node_visitor\Twig\Profiler

Code

public function compile(Compiler $compiler) : void {
  $compiler
    ->write("\n")
    ->write(sprintf("\$%s->leave();\n\n", $this
    ->getAttribute('var_name')));
}