image.services.yml

Same filename in other branches
  1. 9 core/modules/image/image.services.yml
  2. 8.9.x core/modules/image/image.services.yml
  3. 10 core/modules/image/image.services.yml
core/modules/image/image.services.yml

File

core/modules/image/image.services.yml

View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. path_processor.image_styles:
  5. class: Drupal\image\PathProcessor\PathProcessorImageStyles
  6. arguments: ['@stream_wrapper_manager']
  7. tags:
  8. - { name: path_processor_inbound, priority: 300 }
  9. plugin.manager.image.effect:
  10. class: Drupal\image\ImageEffectManager
  11. parent: default_plugin_manager
  12. image.page_cache_response_policy.deny_private_image_style_download:
  13. class: Drupal\image\PageCache\DenyPrivateImageStyleDownload
  14. arguments: ['@current_route_match']
  15. public: false
  16. tags:
  17. - { name: page_cache_response_policy }

Services

Title Deprecated Summary
image.page_cache_response_policy.deny_private_image_style_download Drupal\image\PageCache\DenyPrivateImageStyleDownload
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.