Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / image / image.services.yml
1 services:
2   path_processor.image_styles:
3     class: Drupal\image\PathProcessor\PathProcessorImageStyles
4     arguments: ['@stream_wrapper_manager']
5     tags:
6       - { name: path_processor_inbound, priority: 300 }
7   plugin.manager.image.effect:
8     class: Drupal\image\ImageEffectManager
9     parent: default_plugin_manager
10   image.page_cache_response_policy.deny_private_image_style_download:
11     class: Drupal\image\PageCache\DenyPrivateImageStyleDownload
12     arguments: ['@current_route_match']
13     public: false
14     tags:
15       - { name: page_cache_response_policy }