image.toolkit.operation.manager
Same name in other branches
- 9 core/core.services.yml \image.toolkit.operation.manager
- 8.9.x core/core.services.yml \image.toolkit.operation.manager
Class
Drupal\Core\ImageToolkit\ImageToolkitOperationManagerTags
- plugin_manager_cache_clear
3 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.
- ToolkitTest::testDerivative in core/
tests/ Drupal/ KernelTests/ Core/ Image/ ToolkitTest.php - Tests image toolkit operations inheritance by derivative toolkits.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\ImageToolkit\ImageToolkitOperationManager
- arguments:
- - '@logger.channel.image'
- - '@image.toolkit.manager'
- parent: default_plugin_manager
- tags:
- - { name: plugin_manager_cache_clear }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.