Skip to content
Snippets Groups Projects

Issue #3466655: Add D11 support

Open Jonas requested to merge issue/flexmail-3466655:3466655-d11-support into 2.x
  1. Aug 08, 2024
    • Jonas's avatar
      Merge branch '2.x' into '3466655-d11-support' · 22cbb57a
      Jonas authored
      # Conflicts:
      #   flexmail.info.yml
      22cbb57a
    • Jonas's avatar
      Issue #3466655: Add D11 support · 498d568d
      Jonas authored
      - Removed implementation of ContainerAwareInterface and ContainerAwareTrait.
      - Updated constructor to accept ConfigFactoryInterface as a dependency.
      - Added a static create method to instantiate the class with the required service.
      - Updated service definition in services.yml to pass the config.factory service.
      - Ensured the get method uses the injected configFactory service.
      
      This change improves code maintainability and testability by explicitly injecting dependencies.
      498d568d
Loading