Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal