File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,22 @@ Symfony ships with the following value resolvers in the HttpKernel component:
42
42
argument list. When the action is called, the last (variadic) argument will
43
43
contain all the values of this array.
44
44
45
+ Functionality Shipped with Additional Bundles
46
+ ---------------------------------------------
47
+
48
+ The SecurityBundle:
49
+
50
+ :class: `Symfony\\ Bundle\\ SecurityBundle\\ SecurityUserValueResolver `
51
+ Injects the user object of the current logged in user if type-hinted
52
+ with ``UserInterface ``. Default value can be set to ``null `` in case
53
+ the controller can be accessed by non logged in users.
54
+
55
+ The SensioFrameworkExtraBundle:
56
+
57
+ ``Psr7ServerRequestResolver ``
58
+ Injects a PSR-7 compliant version of the current request if type-hinted with
59
+ ``RequestInterface ``, ``MessageInterface `` or ``ServerRequestInterface ``.
60
+
45
61
Adding a Custom Value Resolver
46
62
------------------------------
47
63
You can’t perform that action at this time.
0 commit comments