You are here

photos.services.yml in Album Photos 8.5

Same filename and directory in other branches
  1. 8.4 photos.services.yml
  2. 6.0.x photos.services.yml

File

photos.services.yml
View source
  1. services:
  2. photos.route_subscriber:
  3. class: Drupal\photos\Routing\PhotosRouteSubscriber
  4. arguments: ['@config.factory']
  5. tags:
  6. - { name: event_subscriber }
  7. photos.upload:
  8. class: Drupal\photos\PhotosUpload
  9. arguments: ['@config.factory', '@entity_type.manager', '@file_system', '@messenger', '@module_handler', '@stream_wrapper_manager', '@transliteration']