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

[Container] Support new Yaml factory syntax #841

Closed
Haehnchen opened this issue Dec 29, 2016 · 0 comments
Closed

[Container] Support new Yaml factory syntax #841

Haehnchen opened this issue Dec 29, 2016 · 0 comments
Labels

Comments

@Haehnchen
Copy link
Owner

Haehnchen commented Dec 29, 2016

app.newsletter_manager:
    # new syntax
    factory: 'app.newsletter_manager_factory:createNewsletterManager'
    # old syntax
    factory: ['@app.newsletter_manager_factory', createNewsletterManager]

app.newsletter_manager:
    class:   AppBundle\Email\NewsletterManager
    # call a method on the specified service
    factory: 'app.newsletter_manager_factory:createNewsletterManager'

http://symfony.com/doc/current/service_container/factories.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant