You are here

service path_processor.background_image in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 background_image.services.yml \path_processor.background_image
  2. 2.x background_image.services.yml \path_processor.background_image

Class

Drupal\background_image\PathProcessor\PathProcessorBackgroundImage

Tags

  • path_processor_inbound

File

./background_image.services.yml
background_image.services.yml

View source
  1. class: Drupal\background_image\PathProcessor\PathProcessorBackgroundImage
  2. arguments:
  3. - '@module_handler'
  4. - '@stream_wrapper_manager'
  5. tags:
  6. - { name: path_processor_inbound, priority: 300 }