You are here

service webprofiler.http in Devel 8

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

Class

Drupal\webprofiler\DataCollector\HttpDataCollector

Tags

  • data_collector

File

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

View source
  1. class: Drupal\webprofiler\DataCollector\HttpDataCollector
  2. arguments:
  3. - '@http_client_middleware.webprofiler'
  4. tags:
  5. - { name: data_collector, template: '@webprofiler/Collector/http.html.twig', id: http, title: Http, priority: 170 }