9ab3f4ac801f83867e02dfbee317b1f0239c90af
[yaffs-website] / vendor / drush / drush / src / Drupal / Commands / core / drush.services.yml
1 services:
2   batch.commands:
3     class: \Drush\Drupal\Commands\core\BatchCommands
4     tags:
5       -  { name: drush.command }
6   cli.commands:
7     class: \Drush\Drupal\Commands\core\CliCommands
8     tags:
9       -  { name: drush.command }
10   drupal.commands:
11     class: \Drush\Drupal\Commands\core\DrupalCommands
12     arguments: ['@cron', '@module_handler']
13     tags:
14       -  { name: drush.command }
15   entity.commands:
16       class: \Drush\Drupal\Commands\core\EntityCommands
17       arguments: ['@entity_type.manager']
18       tags:
19         -  { name: drush.command }
20   image.commands:
21     class: \Drush\Drupal\Commands\core\ImageCommands
22     tags:
23       -  { name: drush.command }
24   language.commands:
25     class: \Drush\Drupal\Commands\core\LanguageCommands
26     arguments: ['@language_manager', '@module_handler']
27     tags:
28       -  { name: drush.command }
29   locale.commands:
30     class: \Drush\Drupal\Commands\core\LocaleCommands
31     arguments: ['@language_manager', '@config.factory', '@module_handler', '@state']
32     tags:
33       -  { name: drush.command }
34   messenger.commands:
35       class: \Drush\Drupal\Commands\core\MessengerCommands
36       # Uncomment when Drupal 8.4 gets unsupported.
37       # arguments: ['@messenger']
38       tags:
39         -  { name: drush.command }
40   queue.commands:
41     class: \Drush\Drupal\Commands\core\QueueCommands
42     arguments: ['@plugin.manager.queue_worker', '@queue']
43     tags:
44       -  { name: drush.command }
45   role.commands:
46     class: \Drush\Drupal\Commands\core\RoleCommands
47     tags:
48       -  { name: drush.command }
49   state.commands:
50     class: \Drush\Drupal\Commands\core\StateCommands
51     arguments: ['@state']
52     tags:
53       -  { name: drush.command }
54   twig.commands:
55     class: \Drush\Drupal\Commands\core\TwigCommands
56     arguments: ['@twig', '@module_handler']
57     tags:
58       -  { name: drush.command }
59   user.commands:
60     class: \Drush\Drupal\Commands\core\UserCommands
61     tags:
62       -  { name: drush.command }
63   views.commands:
64     class: \Drush\Drupal\Commands\core\ViewsCommands
65     arguments: ['@config.factory', '@module_handler', '@entity_type.manager', '@renderer']
66     tags:
67       -  { name: drush.command }
68   watchdog.commands:
69     class: \Drush\Drupal\Commands\core\WatchdogCommands
70     tags:
71       -  { name: drush.command }