Version 1
[yaffs-website] / web / modules / contrib / devel / webprofiler / console.services.yml
diff --git a/web/modules/contrib/devel/webprofiler/console.services.yml b/web/modules/contrib/devel/webprofiler/console.services.yml
new file mode 100644 (file)
index 0000000..fc662e4
--- /dev/null
@@ -0,0 +1,14 @@
+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 }