Updated to Drupal 8.5. Core Media not yet in use.
[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   locale.commands:
25     class: \Drush\Drupal\Commands\core\LocaleCommands
26     arguments: ['@module_handler', '@state']
27     tags:
28       -  { name: drush.command }
29   messenger.commands:
30       class: \Drush\Drupal\Commands\core\MessengerCommands
31       # Uncomment when Drupal 8.4 gets unsupported.
32       # arguments: ['@messenger']
33       tags:
34         -  { name: drush.command }
35   queue.commands:
36     class: \Drush\Drupal\Commands\core\QueueCommands
37     arguments: ['@plugin.manager.queue_worker', '@queue']
38     tags:
39       -  { name: drush.command }
40   role.commands:
41     class: \Drush\Drupal\Commands\core\RoleCommands
42     tags:
43       -  { name: drush.command }
44   state.commands:
45     class: \Drush\Drupal\Commands\core\StateCommands
46     arguments: ['@state']
47     tags:
48       -  { name: drush.command }
49   user.commands:
50     class: \Drush\Drupal\Commands\core\UserCommands
51     tags:
52       -  { name: drush.command }
53   views.commands:
54     class: \Drush\Drupal\Commands\core\ViewsCommands
55     arguments: ['@config.factory', '@module_handler', '@entity_type.manager', '@renderer']
56     tags:
57       -  { name: drush.command }
58   watchdog.commands:
59     class: \Drush\Drupal\Commands\core\WatchdogCommands
60     tags:
61       -  { name: drush.command }