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
Commits
5af48667
Commit
5af48667
authored
2 years ago
by
Eric Bremner
Committed by
Lily Yan
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-5809: using the interface for module handler so that things work correctly
parent
a133a7b8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!268
ISTWCMS-5809: using the interface for module handler so that things work correctly
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Commands/UwDrushCommands.php
+3
-3
3 additions, 3 deletions
src/Commands/UwDrushCommands.php
with
3 additions
and
3 deletions
src/Commands/UwDrushCommands.php
+
3
−
3
View file @
5af48667
...
...
@@ -4,7 +4,7 @@ namespace Drupal\uw_cfg_common\Commands;
use
Drupal\Core\Config\ConfigFactoryInterface
;
use
Drupal\Core\Entity\EntityTypeManagerInterface
;
use
Drupal\Core\Extension\ModuleHandler
;
use
Drupal\Core\Extension\ModuleHandler
Interface
;
use
Drupal\Core\ProxyClass\Extension\ModuleInstaller
;
use
Drupal\uw_cfg_common
\Service\UWMissingBlocks
;
use
Drupal\uw_cfg_common
\UwPermissions\UwPermissions
;
...
...
@@ -43,7 +43,7 @@ class UwDrushCommands extends DrushCommands {
/**
* Module handler.
*
* @var \Drupal\Core\Extension\ModuleHandler
* @var \Drupal\Core\Extension\ModuleHandler
Interface
*/
protected
$moduleHandler
;
...
...
@@ -61,7 +61,7 @@ class UwDrushCommands extends DrushCommands {
EntityTypeManagerInterface
$entityTypeManager
,
UWMissingBlocks
$missingBlocks
,
ConfigFactoryInterface
$configFactory
,
ModuleHandler
$moduleHandler
,
ModuleHandler
Interface
$moduleHandler
,
ModuleInstaller
$moduleInstaller
)
{
$this
->
entityTypeManager
=
$entityTypeManager
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment