public function ProfilerExtension::getName in Devel 8.3
Same name and namespace in other branches
- 8 webprofiler/src/Twig/Extension/ProfilerExtension.php \Drupal\webprofiler\Twig\Extension\ProfilerExtension::getName()
- 8.2 webprofiler/src/Twig/Extension/ProfilerExtension.php \Drupal\webprofiler\Twig\Extension\ProfilerExtension::getName()
- 4.x webprofiler/src/Twig/Extension/ProfilerExtension.php \Drupal\webprofiler\Twig\Extension\ProfilerExtension::getName()
File
- webprofiler/
src/ Twig/ Extension/ ProfilerExtension.php, line 71
Class
- ProfilerExtension
- Class ProfilerExtension.
Namespace
Drupal\webprofiler\Twig\ExtensionCode
public function getName() {
return 'native_profiler';
}