We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
factory_class, factory_method = old syntax. support new one
factory_class
factory_method
The new setFactory() method was introduced in Symfony 2.6. Refer to older versions for the syntax for factories prior to 2.6.
New:
services: newsletter_manager.factory: class: NewsletterManagerFactory newsletter_manager: class: NewsletterManager factory: ["@newsletter_manager.factory", createNewsletterManager]
The text was updated successfully, but these errors were encountered:
add some more yaml service key completions #436
4ae8911
full support for new setFactory syntax in yaml and xml #436
f6841e1
No branches or pull requests
factory_class
,factory_method
= old syntax. support new oneThe new setFactory() method was introduced in Symfony 2.6. Refer to older versions for the syntax for factories prior to 2.6.
New:
The text was updated successfully, but these errors were encountered: