flysystem.services.yml in Flysystem 3.x
Same filename and directory in other branches
File
flysystem.services.ymlView source
- services:
- cache.flysystem:
- class: Drupal\Core\Cache\CacheBackendInterface
- tags:
- - { name: cache.bin }
- factory: 'cache_factory:get'
- arguments: [flysystem]
-
- logger.channel.flysystem:
- parent: logger.channel_base
- arguments: ['flysystem']
-
- plugin.manager.flysystem:
- class: Drupal\flysystem\Plugin\FlysystemPluginManager
- arguments: ['@container.namespaces', '@cache.discovery', '@module_handler']
-
- flysystem_factory:
- class: Drupal\flysystem\FlysystemFactory
- arguments: ['@plugin.manager.flysystem', '@stream_wrapper_manager', '@cache.flysystem', '@event_dispatcher']
-
- path_processor.flysystem:
- class: Drupal\flysystem\PathProcessor\FlysystemPathProcessor
- tags:
- - { name: path_processor_inbound, priority: 400 }
-
- flysystem.ensure_subscriber:
- class: Drupal\flysystem\EventSubscriber\EnsureSubscriber
- arguments: ['@logger.channel.flysystem']
- tags:
- - { name: event_subscriber }