8000 [DependencyInjection] Ignore tags of abstract services · Issue #21761 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
[DependencyInjection] Ignore tags of abstract services #21761
Closed
@GuilhemN

Description

@GuilhemN
Q A
Bug report? no
Feature request? no
BC Break report? no
RFC? yes
Symfony version master

As pointed by @nicolas-grekas, tags of abstract services can now be inherited so we should probably stop throwing exceptions when having the case and just ignore them.
I suggest to do this by adding an argument to ContainerBuilder::findTaggedServiceIds:

public function findTaggedServiceIds(string $name, bool $ignoreAbstractServices = false);

Metadata

Metadata

Assignees

No one assigned

    Labels

    DependencyInjectionRFCRFC = Request For Comments (proposals about features that you want to be discussed)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0