Skip to content

Commit 9a0bce4

Browse files
committed
Remove references to TaggedIterator and TaggedLocator attributes
1 parent 985abbb commit 9a0bce4

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

reference/attributes.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +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.
5346

5447
EventDispatcher
5548
~~~~~~~~~~~~~~~

service_container/service_subscribers_locators.rst

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

310-
.. deprecated:: 7.1
311-
312-
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedIterator`
313-
and :class:`Symfony\\Component\\DependencyInjection\\Attribute\\TaggedLocator`
314-
attributes were deprecated in Symfony 7.1 in favor of
315-
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireIterator`
316-
and :class:`Symfony\\Component\\DependencyInjection\\Attribute\\AutowireLocator`.
317-
318310
.. note::
319311

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

0 commit comments

Comments
 (0)