We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634b284 commit 81321a4Copy full SHA for 81321a4
service_container.rst
@@ -739,6 +739,10 @@ You can also use the ``bind`` keyword to bind specific arguments by name or type
739
// ...
740
};
741
742
+.. versionadded:: 4.4
743
+
744
+ The feature to bind tagged services was introduced in Symfony 4.4.
745
746
By putting the ``bind`` key under ``_defaults``, you can specify the value of *any*
747
argument for *any* service defined in this file! You can bind arguments by name
748
(e.g. ``$adminEmail``), by type (e.g. ``Psr\Log\LoggerInterface``) or both
0 commit comments