image.services.yml
Same filename and directory in other branches
File
-
core/
modules/ image/ image.services.yml
View source
- parameters:
- image.skip_procedural_hook_scan: true
-
- services:
- _defaults:
- autoconfigure: true
- path_processor.image_styles:
- class: Drupal\image\PathProcessor\PathProcessorImageStyles
- arguments: ['@stream_wrapper_manager']
- tags:
- - { name: path_processor_inbound, priority: 300 }
- plugin.manager.image.effect:
- class: Drupal\image\ImageEffectManager
- parent: default_plugin_manager
- logger.channel.image:
- parent: logger.channel_base
- arguments: ['image']
Services
| Title | Deprecated | Summary |
|---|---|---|
| logger.channel.image | ||
| path_processor.image_styles | Drupal\image\PathProcessor\PathProcessorImageStyles | |
| plugin.manager.image.effect | Drupal\image\ImageEffectManager | |
| _defaults |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.