services: image.route_subscriber: class: Drupal\image\EventSubscriber\RouteSubscriber tags: - { name: 'event_subscriber' } path_processor.image_styles: class: Drupal\image\PathProcessor\PathProcessorImageStyles tags: - { name: path_processor_inbound, priority: 300 } plugin.manager.image.effect: class: Drupal\image\ImageEffectManager arguments: ['@container.namespaces', '@cache.cache', '@language_manager', '@module_handler']