Commit 722b523
committed
feature #60844 [DependencyInjection] Remove deprecated
This PR was merged into the 8.0 branch.
Discussion
----------
[DependencyInjection] Remove deprecated `ContainerBuilder::getAutoconfiguredAttributes()`
| Q | A
| ------------- | ---
| Branch? | 8.0
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | #60011
| License | MIT
In #60011, the method `ContainerBuilder::getAutoconfiguredAttributes()` has been deprecated and replaced by `getAttributeAutoconfigurators()` to support multiple callbacks per attribute class.
Commits
-------
7323657 Remove deprecated ContainerBuilder::getAutoconfiguredAttributes()ContainerBuilder::getAutoconfiguredAttributes() (GromNaN)File tree
4 files changed
+3
-40
lines changed- src/Symfony/Component/DependencyInjection
- Tests
4 files changed
+3
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1488 | 1488 | | |
1489 | 1489 | | |
1490 | 1490 | | |
1491 | | - | |
1492 | | - | |
1493 | | - | |
1494 | | - | |
1495 | | - | |
1496 | | - | |
1497 | | - | |
1498 | | - | |
1499 | | - | |
1500 | | - | |
1501 | | - | |
1502 | | - | |
1503 | | - | |
1504 | | - | |
1505 | | - | |
1506 | | - | |
1507 | | - | |
1508 | | - | |
1509 | | - | |
1510 | | - | |
1511 | | - | |
1512 | 1491 | | |
1513 | 1492 | | |
1514 | 1493 | | |
| |||
Lines changed: 0 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | 845 | | |
865 | 846 | | |
866 | 847 | | |
| |||
0 commit comments