You are here

service xhprof.xhprof_event_subscriber in XHProf 8

Class

Drupal\xhprof\EventSubscriber\XHProfEventSubscriber

Tags

  • event_subscriber

File

./xhprof.services.yml
xhprof.services.yml

View source
  1. class: Drupal\xhprof\EventSubscriber\XHProfEventSubscriber
  2. arguments:
  3. - '@xhprof.profiler'
  4. - '@current_user'
  5. - '@module_handler'
  6. tags:
  7. - { name: event_subscriber }