azure_blob_fs-8.x-1.0-beta3/azure_blob_fs.services.yml
azure_blob_fs.services.yml
services:
azure_blob_fs:
class: Drupal\azure_blob_fs\Service\AzureBlobFsService
arguments: ['@config.factory']
azure_blob_fs.path_processor.image_styles:
class: Drupal\azure_blob_fs\PathProcessor\AzureBlobFsPathProcessorImageStyles
arguments: ['@stream_wrapper_manager', '@azure_blob_fs']
tags:
- { name: path_processor_inbound, priority: 300 }
azure_blob_fs.route_subscriber:
class: Drupal\azure_blob_fs\Routing\AzureBlobFsRouteSubscriber
arguments: ['@azure_blob_fs']
tags:
- { name: event_subscriber }
azure_blob_fs.file_system:
class: Drupal\azure_blob_fs\File\AzureBlobFsFileSystem
decorates: file_system
public: false
arguments: ['@azure_blob_fs.file_system.inner', '@stream_wrapper_manager', '@settings', '@logger.channel.file', '@azure_blob_fs']
