console.services.yml
File
-
webprofiler/
console.services.yml
View 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 }
Services
Title | Deprecated | Summary |
---|---|---|
webprofiler.benchmark | Drupal\webprofiler\Command\BenchmarkCommand | |
webprofiler.export | Drupal\webprofiler\Command\ExportCommand | |
webprofiler.list | Drupal\webprofiler\Command\ListCommand |