Skip to content

ServiceLocators' tags are not autoconfigured #26187

@apfelbox

Description

@apfelbox
Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? no
Symfony version 4.0.4

Hi,

in a service definition with:

services:
    _defaults:
        autoconfigure: true

    locator.abc:
        class: Symfony\Component\DependencyInjection\ServiceLocator
        tags: ['container.service_locator'] # <- add this automatically
        arguments:
            -   ...

I would have assumed, that the (required) tag container.service_locator is autoconfigured as the class is a ServiceLocator and probably needs the tag. Is there a specific reason, why this isn't configured automatically?

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