15 lines
378 B
YAML

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 }