file_encrypt-8.x-1.x-dev/file_encrypt.services.yml
file_encrypt.services.yml
services:
file_encrypt.route_subscriber:
class: Drupal\file_encrypt\Routing\RouteSubscriber
arguments: ['@module_handler']
tags:
- { name: event_subscriber }
stream_wrapper.encrypt:
class: \Drupal\file_encrypt\EncryptStreamWrapper
tags:
- { name: stream_wrapper, scheme: encrypt }
path_processor.encrypt_files:
class: \Drupal\file_encrypt\PathProcessor\PathProcessorFiles
tags:
- { name: path_processor_inbound, priority: 200 }
path_processor.encrypt_image_styles:
class: Drupal\file_encrypt\PathProcessor\PathProcessorImageStyles
arguments: ['@stream_wrapper_manager']
tags:
- { name: path_processor_inbound, priority: 300 }
