class RequestAttributeValueResolver implements ArgumentValueResolverInterface
Yields a non-variadic argument's value from the request attributes.
Methods
| bool |  supports(Request $request, ArgumentMetadata $argument)  Whether this resolver can resolve the value for the given ArgumentMetadata.  |  |
| Generator |  resolve(Request $request, ArgumentMetadata $argument)  Returns the possible value(s).  |  
Details
bool supports(Request $request, ArgumentMetadata $argument)
Whether this resolver can resolve the value for the given ArgumentMetadata.
Generator resolve(Request $request, ArgumentMetadata $argument)
Returns the possible value(s).
Please login to continue.