Skip to content

Commit db1b4e7

Browse files
committed
[DependencyInjection] Remove TaggedIterator and TaggedLocator attributes
1 parent a4ea73e commit db1b4e7

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

reference/attributes.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,10 @@ Dependency Injection
3939
* :ref:`AutowireServiceClosure <autowiring_closures>`
4040
* :ref:`Exclude <service-psr4-loader>`
4141
* :ref:`Lazy <lazy-services_configuration>`
42-
* :ref:`TaggedIterator <tags_reference-tagged-services>`
43-
* :ref:`TaggedLocator <service-subscribers-locators_defining-service-locator>`
4442
* :ref:`Target <autowiring-multiple-implementations-same-type>`
4543
* :ref:`When <service-container_limiting-to-env>`
4644
* :ref:`WhenNot <service-container_limiting-to-env>`
4745

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-
5446
EventDispatcher
5547
~~~~~~~~~~~~~~~
5648

service_container/service_subscribers_locators.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -302,14 +302,6 @@ This is done by having ``getSubscribedServices()`` return an array of
302302
];
303303
}
304304

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-
313305
.. note::
314306

315307
The above example requires using ``3.2`` version or newer of ``symfony/service-contracts``.

0 commit comments

Comments
 (0)