W3cubDocs

/Symfony 4.1

ServiceValueResolver

class ServiceValueResolver implements ArgumentValueResolverInterface

Yields a service keyed by _controller and argument name.

Methods

__construct(ContainerInterface $container)
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

__construct(ContainerInterface $container)

Parameters

ContainerInterface $container

bool supports(Request $request, ArgumentMetadata $argument)

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

Parameters

Request $request
ArgumentMetadata $argument

Return Value

bool

Generator resolve(Request $request, ArgumentMetadata $argument)

Returns the possible value(s).

Parameters

Request $request
ArgumentMetadata $argument

Return Value

Generator