Commit 8e1a782
committed
feature #40262 [DoctrineBridge] Param as connection in
This PR was merged into the 5.4 branch.
Discussion
----------
[DoctrineBridge] Param as connection in `*.event_subscriber/listener` tags
| Q | A
| ------------- | ---
| Branch? | 5.x
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | Fix #40260
| License | MIT
| Doc PR | -
It can be consider as bug, becouse using `%param%` is allowing in configuration, but can not be use in tag.
It can be consider as feaure becouse tag should be provide by compiller pass.
Commits
-------
99847c2b03 Allow using param as connection atribute in `*.event_subscriber` and `*.event_listener` tags*.event_subscriber/listener tags (wbloszyk)File tree
2 files changed
+27
-1
lines changed- DependencyInjection/CompilerPass
- Tests/DependencyInjection/CompilerPass
2 files changed
+27
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
140 | 150 | | |
141 | 151 | | |
142 | 152 | | |
| |||
167 | 177 | | |
168 | 178 | | |
169 | 179 | | |
| 180 | + | |
170 | 181 | | |
171 | 182 | | |
172 | 183 | | |
| |||
178 | 189 | | |
179 | 190 | | |
180 | 191 | | |
| 192 | + | |
181 | 193 | | |
182 | 194 | | |
183 | 195 | | |
| |||
187 | 199 | | |
188 | 200 | | |
189 | 201 | | |
| 202 | + | |
| 203 | + | |
190 | 204 | | |
191 | 205 | | |
192 | 206 | | |
| |||
210 | 224 | | |
211 | 225 | | |
212 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
213 | 235 | | |
214 | 236 | | |
215 | 237 | | |
| |||
240 | 262 | | |
241 | 263 | | |
242 | 264 | | |
| 265 | + | |
243 | 266 | | |
244 | 267 | | |
245 | 268 | | |
| |||
250 | 273 | | |
251 | 274 | | |
252 | 275 | | |
| 276 | + | |
253 | 277 | | |
254 | 278 | | |
255 | 279 | | |
| |||
0 commit comments