File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,10 @@ Dependency Injection
39
39
* :ref: `AutowireServiceClosure <autowiring_closures >`
40
40
* :ref: `Exclude <service-psr4-loader >`
41
41
* :ref: `Lazy <lazy-services_configuration >`
42
- * :ref: `TaggedIterator <tags_reference-tagged-services >`
43
- * :ref: `TaggedLocator <service-subscribers-locators_defining-service-locator >`
44
42
* :ref: `Target <autowiring-multiple-implementations-same-type >`
45
43
* :ref: `When <service-container_limiting-to-env >`
46
44
* :ref: `WhenNot <service-container_limiting-to-env >`
47
45
48
- .. deprecated :: 7.1
49
-
50
- The :class: `Symfony\\ Component\\ DependencyInjection\\ Attribute\\ TaggedIterator `
51
- and :class: `Symfony\\ Component\\ DependencyInjection\\ Attribute\\ TaggedLocator `
52
- attributes were deprecated in Symfony 7.1.
53
-
54
46
EventDispatcher
55
47
~~~~~~~~~~~~~~~
56
48
Original file line number Diff line number Diff line change @@ -302,14 +302,6 @@ This is done by having ``getSubscribedServices()`` return an array of
302
302
];
303
303
}
304
304
305
- .. deprecated :: 7.1
306
-
307
- The :class: `Symfony\\ Component\\ DependencyInjection\\ Attribute\\ TaggedIterator `
308
- and :class: `Symfony\\ Component\\ DependencyInjection\\ Attribute\\ TaggedLocator `
309
- attributes were deprecated in Symfony 7.1 in favor of
310
- :class: `Symfony\\ Component\\ DependencyInjection\\ Attribute\\ AutowireIterator `
311
- and :class: `Symfony\\ Component\\ DependencyInjection\\ Attribute\\ AutowireLocator `.
312
-
313
305
.. note ::
314
306
315
307
The above example requires using ``3.2 `` version or newer of ``symfony/service-contracts ``.
You can’t perform that action at this time.
0 commit comments