You are here

service template_manager in Devel 8.3

Same name and namespace in other branches
  1. 8 webprofiler/webprofiler.services.yml \template_manager
  2. 8.2 webprofiler/webprofiler.services.yml \template_manager
  3. 4.x webprofiler/webprofiler.services.yml \template_manager

Class

Drupal\webprofiler\Profiler\TemplateManager
2 string references to template_manager
DashboardController::create in webprofiler/src/Controller/DashboardController.php
Instantiates a new instance of this class.
ToolbarController::create in webprofiler/src/Controller/ToolbarController.php
Instantiates a new instance of this class.

File

webprofiler/webprofiler.services.yml
webprofiler/webprofiler.services.yml

View source
  1. class: Drupal\webprofiler\Profiler\TemplateManager
  2. arguments:
  3. - '@profiler'
  4. - '@twig'
  5. - '@twig.loader'
  6. - '%data_collector.templates%'