console.services.yml in Devel 4.x
Same filename and directory in other branches
webprofiler/console.services.yml
File
webprofiler/console.services.ymlView source
- services:
- webprofiler.list:
- class: Drupal\webprofiler\Command\ListCommand
- tags:
- - { name: drupal.command }
- lazy: true
- webprofiler.export:
- class: Drupal\webprofiler\Command\ExportCommand
- tags:
- - { name: drupal.command }
- webprofiler.benchmark:
- class: Drupal\webprofiler\Command\BenchmarkCommand
- tags:
- - { name: drupal.command }