Path.alias_storage

Created on 27 June 2023, 12 months ago

Problem/Motivation

Hello support team,

We have migrated a Drupal 8.9.17 to 9.5.4 and we have a external module site_factory.module who has modified the core.

The module has changed use the service path.alias_storage. This service no longer exists in drupal9
Some modules depends ont the service path.alias_storage

i.e :

site_factory.domain_negotiator:
    class: 'Drupal\site_factory\DomainNegotiator'
    arguments:
      - '@request_stack'
      - '@entity_type.manager'
      - '@language_manager'
      - '@path.alias_storage'
      - '@site_factory.site_manager'
    tags:
      - { name: path_processor_inbound, priority: 900 }
      - { name: path_processor_outbound, priority: 400 }

Do you have an idea how can we fix this problem ?

Thanks for support.

💬 Support request
Status

Fixed

Version

9.5

Component
Path  →

Last updated 6 days ago

  • Maintained by
  • 🇬🇧United Kingdom @catch
Created by

🇫🇷France emmanuelgonzalez

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024