image.toolkit.manager
Same name in other branches
- 8.9.x core/core.services.yml \image.toolkit.manager
- 10 core/core.services.yml \image.toolkit.manager
Class
Drupal\Core\ImageToolkit\ImageToolkitManagerTags
- plugin_manager_cache_clear
3 string references to image.toolkit.manager
- ImageToolkitForm::create in core/
modules/ system/ src/ Form/ ImageToolkitForm.php - Instantiates a new instance of this class.
- ToolkitTest::testDerivative in core/
tests/ Drupal/ KernelTests/ Core/ Image/ ToolkitTest.php - Tests image toolkit operations inheritance by derivative toolkits.
- ToolkitTest::testGetAvailableToolkits in core/
tests/ Drupal/ KernelTests/ Core/ Image/ ToolkitTest.php - Tests that the toolkit manager only returns available toolkits.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\ImageToolkit\ImageToolkitManager
- arguments:
- - '@config.factory'
- 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.