Commit d8804cb
committed
minor #18106 [DependencyInjection] Add support for
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[DependencyInjection] Add support for `#[Autowire(lazy: true)]`
Fixes #18095
I'm wondering if this argument should be documented [here](https://symfony.com/doc/current/service_container/autowiring.html#autowire-attribute) (where the attribute in mainly mentioned) or if it is fine to split considering the page about service lazy loading is relevant for this arg ?
Commits
-------
527c24a [DependencyInjection] Add support for `#[Autowire(lazy: true)]`#[Autowire(lazy: true)] (MrYamous)1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
106 | 129 | | |
107 | 130 | | |
108 | 131 | | |
| |||
0 commit comments