9306e88442c40cc5821c8ad6767b7076c18007e7
[yaffs-website] / vendor / drupal / console / config / services / drupal-console / theme.yml
1 services:
2   theme_debug:
3     class: Drupal\Console\Command\Theme\DebugCommand
4     arguments: ['@config.factory', '@theme_handler']
5     tags:
6       - { name: drupal.command }
7   theme_download:
8     class: Drupal\Console\Command\Theme\DownloadCommand
9     arguments: ['@console.drupal_api', '@http_client', '@app.root']
10     tags:
11       - { name: drupal.command }
12   theme_install:
13     class: Drupal\Console\Command\Theme\InstallCommand
14     arguments: ['@config.factory', '@theme_handler', '@console.chain_queue']
15     tags:
16       - { name: drupal.command }
17   theme_path:
18     class: Drupal\Console\Command\Theme\PathCommand
19     arguments: ['@console.extension_manager']
20     tags:
21       - { name: drupal.command }
22   theme_uninstall:
23     class: Drupal\Console\Command\Theme\UninstallCommand
24     arguments: ['@config.factory', '@theme_handler', '@console.chain_queue']
25     tags:
26       - { name: drupal.command }