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 2b03cdc commit 12f72b6Copy full SHA for 12f72b6
controller/argument_value_resolver.rst
@@ -20,6 +20,10 @@ Built-In Value Resolvers
20
Symfony ships with the following value resolvers in the
21
:doc:`HttpKernel component </components/http_kernel>`:
22
23
+:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\BackedEnumValueResolver`
24
+ Attempts to resolve a backed enum case from a route path parameter that matches the name of the argument.
25
+ Leads to a 404 Not Found response if the value isn't a valid backing value for the enum type.
26
+
27
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver`
28
Attempts to find a request attribute that matches the name of the argument.
29
0 commit comments