Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / config / services / drupal-console / theme.yml
index 9306e88442c40cc5821c8ad6767b7076c18007e7..abe36c4132faedcac9d719ff35f564e8afb24a14 100644 (file)
@@ -1,25 +1,25 @@
 services:
-  theme_debug:
+  console.theme_debug:
     class: Drupal\Console\Command\Theme\DebugCommand
     arguments: ['@config.factory', '@theme_handler']
     tags:
       - { name: drupal.command }
-  theme_download:
+  console.theme_download:
     class: Drupal\Console\Command\Theme\DownloadCommand
     arguments: ['@console.drupal_api', '@http_client', '@app.root']
     tags:
       - { name: drupal.command }
-  theme_install:
+  console.theme_install:
     class: Drupal\Console\Command\Theme\InstallCommand
     arguments: ['@config.factory', '@theme_handler', '@console.chain_queue']
     tags:
       - { name: drupal.command }
-  theme_path:
+  console.theme_path:
     class: Drupal\Console\Command\Theme\PathCommand
     arguments: ['@console.extension_manager']
     tags:
       - { name: drupal.command }
-  theme_uninstall:
+  console.theme_uninstall:
     class: Drupal\Console\Command\Theme\UninstallCommand
     arguments: ['@config.factory', '@theme_handler', '@console.chain_queue']
     tags: