X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FDrupal%2FCommands%2Fcore%2Fdrush.services.yml;h=9ab3f4ac801f83867e02dfbee317b1f0239c90af;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=1c5b4470f612d2cf587bccdecfbdfaae6ec868f9;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/vendor/drush/drush/src/Drupal/Commands/core/drush.services.yml b/vendor/drush/drush/src/Drupal/Commands/core/drush.services.yml index 1c5b4470f..9ab3f4ac8 100644 --- a/vendor/drush/drush/src/Drupal/Commands/core/drush.services.yml +++ b/vendor/drush/drush/src/Drupal/Commands/core/drush.services.yml @@ -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: