Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[DependencyInjection] Add section about Service Closures#15731
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
562d799 to1dea8a0Compare…-DSL (HypeMC)This PR was merged into the 5.4 branch.Discussion----------[DependencyInjection] Add service_closure() to the PHP-DSL| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets | -| License | MIT| Doc PR |symfony/symfony-docs#15730 andsymfony/symfony-docs#15731Adds a `service_closure()` function to the PHP-DSL.Commits-------f333fa0 [DI] Add service_closure() to the PHP-DSL
…-DSL (HypeMC)This PR was merged into the 5.4 branch.Discussion----------[DependencyInjection] Add service_closure() to the PHP-DSL| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets | -| License | MIT| Doc PR |symfony/symfony-docs#15730 andsymfony/symfony-docs#15731Adds a `service_closure()` function to the PHP-DSL.Commits-------f333fa0e05 [DI] Add service_closure() to the PHP-DSL
1dea8a0 to822bcecCompare822bcec to1e40081Compare| Using Service Closures in Compiler Passes | ||
| ----------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
| Using Service Closures in CompilerPasses | |
| ----------------------------------------- | |
| Using Service Closures in CompilerPass | |
| --------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Maybe even use Service Closure (singular) in the headline?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
What about "Using a Service Closures in a Compiler Pass"?
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
005216a to8ab82c2Compareservice_closure() functionab6d0d0 tob69cdaaCompareb69cdaa to1958c06Compareservice_closure() functionUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
f391a2c to28f9b55Compare28f9b55 tof2b2fdbCompareOskarStark commentedMar 9, 2023
Thank you@HypeMC. |
HeahDude left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Good job with this PR, I've left a small comment, sorry for the delay.
Uh oh!
There was an error while loading.Please reload this page.
This PR was squashed before being merged into the 5.4 branch.Discussion----------Be consistent in code examplesFollows#15731 (comment)cc `@HeahDude`Commits-------2426ce4 Be consistent in code examples
Uh oh!
There was an error while loading.Please reload this page.
Documents service closures added insymfony/symfony#21770 andsymfony/symfony#41176, and the
service_closure()PHP-DSL function added insymfony/symfony#42625 .