Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_cfg_common
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_cfg_common
Merge requests
!354
Something went wrong on our end
Adding new command to configure new site language
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding new command to configure new site language
feature/ISTWCMS-6233-jpconsta-create_language_page_settings
into
1.1.x
Overview
0
Commits
4
Pipelines
0
Changes
2
Merged
Joao Paulo Constantino
requested to merge
feature/ISTWCMS-6233-jpconsta-create_language_page_settings
into
1.1.x
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
81ccd996
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
81ccd996
wip
· 81ccd996
joao
authored
1 year ago
drush.services.yml
+
1
−
1
Options
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