File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ functionality.
1515Functionality Shipped with the HttpKernel
1616-----------------------------------------
1717
18- .. versionadded :: 3.3
19-
20- The ``SessionValueResolver `` and ``ServiceValueResolver `` were both added in Symfony 3.3.
21-
22- Symfony ships with five value resolvers in the HttpKernel component:
18+ Symfony ships with the following value resolvers in the HttpKernel component:
2319
2420:class: `Symfony\\ Component\\ HttpKernel\\ Controller\\ ArgumentResolver\\ RequestAttributeValueResolver `
2521 Attempts to find a request attribute that matches the name of the argument.
@@ -46,11 +42,6 @@ Symfony ships with five value resolvers in the HttpKernel component:
4642 argument list. When the action is called, the last (variadic) argument will
4743 contain all the values of this array.
4844
49- .. note ::
50-
51- Prior to Symfony 3.1, this logic was resolved within the ``ControllerResolver ``.
52- The old functionality is rewritten to the aforementioned value resolvers.
53-
5445Adding a Custom Value Resolver
5546------------------------------
5647
You can’t perform that action at this time.
0 commit comments