Commit b9b0cfe
committed
minor #19342 [DependencyInjection] Add a note about configuring controllers without autowire/autoconfigure (alexandre-daubois)
This PR was merged into the 5.4 branch.
Discussion
----------
[DependencyInjection] Add a note about configuring controllers without autowire/autoconfigure
Fix #16579
Here is my try `@javiereguiluz`, from what I understood in the first PR. This is the minimal configuration I have in my computer to make the AbstractController extend work. I mostly used your wording, changing the required config by defining a locator that could be used for any controller extending AbstractController.
Commits
-------
412a450 Add a note about configuring controllers without autowire/autoconfigure1 file changed
+34
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
28 | 62 | | |
29 | 63 | | |
30 | 64 | | |
| |||
0 commit comments