service image.toolkit.operation.manager in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \image.toolkit.operation.manager
Class
Drupal\Core\ImageToolkit\ImageToolkitOperationManagerTags
- plugin_manager_cache_clear
2 string references to image.toolkit.operation.manager
- GDToolkit::create in core/
modules/ system/ src/ Plugin/ ImageToolkit/ GDToolkit.php - Creates an instance of the plugin.
- TestToolkit::create in core/
modules/ system/ tests/ modules/ image_test/ src/ Plugin/ ImageToolkit/ TestToolkit.php - Creates an instance of the plugin.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\ImageToolkit\ImageToolkitOperationManager
- arguments:
- - '@logger.channel.image'
- parent: default_plugin_manager
- tags:
- - { name: plugin_manager_cache_clear }