You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #11014 [DependencyInjection] Invokable Factory Services (zanbaldwin)
This PR was merged into the master branch.
Discussion
----------
[DependencyInjection] Invokable Factory Services
Document new invokable factories (and configurators) implemented in symfony/symfony#30255.
There are now four ways to reference factories, perhaps making them more clear might be something else to do.
- `function`
- `Class::method`
- `Service:method`
- `@InvokableService`
Commits
-------
2d7709f [DependencyInjection] Invokable Factory Services
0 commit comments