webprofiler.profiler_listener

Class

Drupal\webprofiler\EventSubscriber\ProfilerSubscriber

Tags

  • event_subscriber

File

webprofiler/webprofiler.services.yml

View source
  1. class: Drupal\webprofiler\EventSubscriber\ProfilerSubscriber
  2. arguments:
  3. - '@profiler'
  4. - '@request_stack'
  5. - '@?webprofiler.matcher'
  6. - '%webprofiler.only_exceptions%'
  7. - '%webprofiler.only_master_requests%'
  8. tags:
  9. - { name: event_subscriber }