Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
79be8cfc
Commit
79be8cfc
authored
Apr 09, 2015
by
alexpott
Browse files
Issue
#2467775
by mondrake: Contrib toolkits are not picked up after module install
parent
f2fdaeba
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/core.services.yml
View file @
79be8cfc
...
...
@@ -1097,10 +1097,14 @@ services:
class
:
Drupal\Core\ImageToolkit\ImageToolkitManager
arguments
:
[
'
@config.factory'
]
parent
:
default_plugin_manager
tags
:
-
{
name
:
plugin_manager_cache_clear
}
image.toolkit.operation.manager
:
class
:
Drupal\Core\ImageToolkit\ImageToolkitOperationManager
arguments
:
[
'
@logger.channel.image'
]
parent
:
default_plugin_manager
tags
:
-
{
name
:
plugin_manager_cache_clear
}
image.factory
:
class
:
Drupal\Core\Image\ImageFactory
arguments
:
[
'
@image.toolkit.manager'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment