ArgumentValueResolverInterface
interface ArgumentValueResolverInterface
Responsible for resolving the value of an argument based on its metadata.
Methods
bool
supports(Request $request, ArgumentMetadata $argument)
Whether this resolver can resolve the value for the given ArgumentMetadata.
Details
at line line 32
bool
supports(Request $request, ArgumentMetadata $argument)
Whether this resolver can resolve the value for the given ArgumentMetadata.
at line line 42
Generator
resolve(Request $request, ArgumentMetadata $argument)
Returns the possible value(s).