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 2ccc964 commit c532aedCopy full SHA for c532aed
service_container/service_closures.rst
@@ -52,6 +52,14 @@ argument of type ``service_closure``:
52
# In case the dependency is optional
53
# arguments: [!service_closure '@?mailer']
54
55
+.. versionadded:: 7.3
56
+
57
+ # A shorthand is available
58
+ # arguments: ['@>mailer']
59
60
+ # It also works when the dependency is optional
61
+ # arguments: ['@>?mailer']
62
63
.. code-block:: xml
64
65
<!-- config/services.xml -->
0 commit comments