File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Filter options
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.
15
15
Functionality Shipped with the HttpKernel
16
16
-----------------------------------------
17
17
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:
23
19
24
20
:class: `Symfony\\ Component\\ HttpKernel\\ Controller\\ ArgumentResolver\\ RequestAttributeValueResolver `
25
21
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:
46
42
argument list. When the action is called, the last (variadic) argument will
47
43
contain all the values of this array.
48
44
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
-
54
45
Adding a Custom Value Resolver
55
46
------------------------------
56
47
You can’t perform that action at this time.
0 commit comments