2013-07-20 12:25:28 +00:00
|
|
|
services:
|
|
|
|
path_processor.image_styles:
|
|
|
|
class: Drupal\image\PathProcessor\PathProcessorImageStyles
|
2015-07-14 07:24:29 +00:00
|
|
|
arguments: ['@stream_wrapper_manager']
|
2013-07-20 12:25:28 +00:00
|
|
|
tags:
|
|
|
|
- { name: path_processor_inbound, priority: 300 }
|
2013-07-23 16:14:41 +00:00
|
|
|
plugin.manager.image.effect:
|
|
|
|
class: Drupal\image\ImageEffectManager
|
2013-11-24 20:37:45 +00:00
|
|
|
parent: default_plugin_manager
|
2015-03-06 10:38:42 +00:00
|
|
|
image.page_cache_response_policy.deny_private_image_style_download:
|
2014-09-20 10:14:29 +00:00
|
|
|
class: Drupal\image\PageCache\DenyPrivateImageStyleDownload
|
|
|
|
arguments: ['@current_route_match']
|
2015-04-20 23:07:10 +00:00
|
|
|
public: false
|
2014-09-20 10:14:29 +00:00
|
|
|
tags:
|
|
|
|
- { name: page_cache_response_policy }
|