Skip to content
Snippets Groups Projects

Adding new command to configure new site language

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 81ccd996
    wip · 81ccd996
    joao authored
+ 1
1
services:
uw_cfg_common.commands:
class: Drupal\uw_cfg_common\Commands\UwDrushCommands
arguments: ['@entity_type.manager', '@uw_cfg_common.missing_blocks', '@config.factory', '@module_handler', '@module_installer']
arguments: ['@entity_type.manager', '@uw_cfg_common.missing_blocks', '@config.factory', '@module_handler', '@module_installer', '@uw_multilingual.setup_new_language']
tags:
- { name: drush.command }
Loading