Skip to content

Commit 3c23a09

Browse files
hjuarez20enzolutions
authored andcommitted
[services] Relocated multisite services (#4055)
1 parent ddb3030 commit 3c23a09

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

config/services/multisite.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
services:
2+
console.multisite_new:
3+
class: Drupal\Console\Command\Multisite\NewCommand
4+
arguments: ['@app.root', '@console.validator']
5+
tags:
6+
- { name: drupal.command }
7+
console.multisite_update:
8+
class: Drupal\Console\Command\Multisite\UpdateCommand
9+
arguments: ['@app.root']
10+
tags:
11+
- { name: drupal.command }

uninstall.services.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ services:
3434
arguments: ['@console.extension_manager', '@console.site', '@console.configuration_manager', '@app.root']
3535
tags:
3636
- { name: drupal.command }
37-
console.multisite_new:
38-
class: Drupal\Console\Command\Multisite\NewCommand
39-
arguments: ['@app.root', '@console.validator']
40-
tags:
41-
- { name: drupal.command }
42-
console.multisite_update:
43-
class: Drupal\Console\Command\Multisite\UpdateCommand
44-
arguments: ['@app.root']
45-
tags:
46-
- { name: drupal.command }
4737
console.dotenv_init:
4838
class: \Drupal\Console\Command\DotenvInitCommand
4939
arguments: ['@console.dotenv_init_generator']

0 commit comments

Comments
 (0)