DefaultValueResolver

DefaultValueResolver

class DefaultValueResolver implements ArgumentValueResolverInterface

Yields the default value defined in the action signature when no value has been given.

Methods

bool supports(Request $request, ArgumentMetadata $argument)

Whether this resolver can resolve the value for the given ArgumentMetadata.