You are here

service webprofiler.events in Devel 8

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

Class

Drupal\webprofiler\DataCollector\EventsDataCollector

Tags

  • data_collector

File

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

View source
  1. class: Drupal\webprofiler\DataCollector\EventsDataCollector
  2. arguments:
  3. - '@event_dispatcher'
  4. tags:
  5. - { name: data_collector, template: '@webprofiler/Collector/events.html.twig', id: events, title: Events, priority: 150 }