function TestProfilerExtension::enter

Dummy function called when a Twig template is entered.

File

core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php, line 23

Class

TestProfilerExtension
Twig extension to add a test node visitor.

Namespace

Drupal\sdc_other_node_visitor\Twig\Extension

Code

public function enter() {
  // NOOP.
}

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