You are here

service webprofiler.services in Devel 8

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

Class

Drupal\webprofiler\DataCollector\ServicesDataCollector

Tags

  • data_collector
1 string reference to webprofiler.services
ServicePass::process in webprofiler/src/Compiler/ServicePass.php
You can modify the container here before it is dumped to PHP code.

File

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

View source
  1. class: Drupal\webprofiler\DataCollector\ServicesDataCollector
  2. arguments:
  3. - '@service_container'
  4. tags:
  5. - { name: data_collector, template: '@webprofiler/Collector/services.html.twig', id: services, title: Services, priority: 160 }