You are here

console.services.yml in Devel 8.3

webprofiler/console.services.yml

File

webprofiler/console.services.yml
View source
  1. services:
  2. webprofiler.list:
  3. class: Drupal\webprofiler\Command\ListCommand
  4. tags:
  5. - { name: drupal.command }
  6. lazy: true
  7. webprofiler.export:
  8. class: Drupal\webprofiler\Command\ExportCommand
  9. tags:
  10. - { name: drupal.command }
  11. webprofiler.benchmark:
  12. class: Drupal\webprofiler\Command\BenchmarkCommand
  13. tags:
  14. - { name: drupal.command }