Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / src / Drupal / Commands / core / drush.services.yml
index 1c5b4470f612d2cf587bccdecfbdfaae6ec868f9..9ab3f4ac801f83867e02dfbee317b1f0239c90af 100644 (file)
@@ -21,9 +21,14 @@ services:
     class: \Drush\Drupal\Commands\core\ImageCommands
     tags:
       -  { name: drush.command }
+  language.commands:
+    class: \Drush\Drupal\Commands\core\LanguageCommands
+    arguments: ['@language_manager', '@module_handler']
+    tags:
+      -  { name: drush.command }
   locale.commands:
     class: \Drush\Drupal\Commands\core\LocaleCommands
-    arguments: ['@module_handler', '@state']
+    arguments: ['@language_manager', '@config.factory', '@module_handler', '@state']
     tags:
       -  { name: drush.command }
   messenger.commands:
@@ -46,6 +51,11 @@ services:
     arguments: ['@state']
     tags:
       -  { name: drush.command }
+  twig.commands:
+    class: \Drush\Drupal\Commands\core\TwigCommands
+    arguments: ['@twig', '@module_handler']
+    tags:
+      -  { name: drush.command }
   user.commands:
     class: \Drush\Drupal\Commands\core\UserCommands
     tags: