Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.4][Completion] Support Simpler injection of tagged services #1039

Closed
Haehnchen opened this issue Oct 7, 2017 · 0 comments
Closed

[3.4][Completion] Support Simpler injection of tagged services #1039

Haehnchen opened this issue Oct 7, 2017 · 0 comments

Comments

@Haehnchen
Copy link
Owner

Haehnchen commented Oct 7, 2017

services:
    App\Manager\TwigManager:
        arguments: [!tagged twig.extension]
<services>
    <service id="App\Manager\TwigManager">
        <argument type="tagged" tag="twig.extension" />
    </service>
</services>

https://symfony.com/blog/new-in-symfony-3-4-simpler-injection-of-tagged-services

@Haehnchen Haehnchen changed the title [3.4] Support Simpler injection of tagged services [3.4][Completion] Support Simpler injection of tagged services Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant