You are here

service webprofiler.routing in Devel 8

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

Class

Drupal\webprofiler\DataCollector\RoutingDataCollector

Tags

  • data_collector

File

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

View source
  1. class: Drupal\webprofiler\DataCollector\RoutingDataCollector
  2. arguments:
  3. - '@router.route_provider'
  4. tags:
  5. - { name: data_collector, template: '@webprofiler/Collector/routing.html.twig', id: routing, title: Routing, priority: 100 }