summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/image/image.services.yml
blob: eda90083af1bef7142a7f4ad8080f001e23ac0d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
  image.page_cache_response_policy.deny_private_image_style_download:
    class: Drupal\image\PageCache\DenyPrivateImageStyleDownload
    arguments: ['@current_route_match']
    public: false
    tags:
      - { name: page_cache_response_policy }