Skip to content

Commit db653d2

Browse files
committed
[DI] Add deprecation info for tagged
1 parent 72dc2d8 commit db653d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

service_container/tags.rst

+4
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,10 @@ compiler pass just for that.
456456
In the following example, all services tagged with ``app.handler`` are passed as
457457
first constructor argument to the ``App\HandlerCollection`` service:
458458

459+
.. deprecated:: 4.4
460+
461+
``tagged`` has been deprecated since version 4.4 and will be removed in 5.0. Use ``tagged_iterator`` instead.
462+
459463
.. configuration-block::
460464

461465
.. code-block:: yaml

0 commit comments

Comments
 (0)