Skip to content

[DependencyInjection] PriorityTaggedServiceTrait does not discover decorated AsTaggedItem #60242

Open
@alex-dev

Description

@alex-dev

Symfony version(s) affected

^5.3|^6.0|^7.0

Description

Creating decorator around a service with a AsTaggedItem attribute should not change the expected behaviour of any locator or iterator created from it.

How to reproduce

#[AutoconfigureTag('tag')]
interface Tagged {}

#[AsTaggedItem('a')]
class A implements Tagged {}

#[AsDecorator(A::class)]
class Decorator implements Tagged {}

class Test {
  public function __construct(#[TaggedLocator('tag')] ServiceProviderInterface $services) {
    $services->get('a');
  }
}

Possible Solution

  • PriorityTaggedServiceTrait could unwrap services through container.decorator
  • AsTaggedItem could be lifted as a tag that will then be cascaded to the decorator

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy