You are here

service path_processor.image_styles in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/image/image.services.yml \path_processor.image_styles

Class

Drupal\image\PathProcessor\PathProcessorImageStyles

Tags

  • path_processor_inbound

File

core/modules/image/image.services.yml
core/modules/image/image.services.yml

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