function ArgumentResolverInterface::getArguments
Returns the arguments to pass to the controller.
Throws
\RuntimeException When no value could be provided for a required argument
2 methods override ArgumentResolverInterface::getArguments()
- ArgumentResolver::getArguments in vendor/
symfony/ http-kernel/ Controller/ ArgumentResolver.php - Returns the arguments to pass to the controller.
- TraceableArgumentResolver::getArguments in vendor/
symfony/ http-kernel/ Controller/ TraceableArgumentResolver.php - Returns the arguments to pass to the controller.
File
-
vendor/
symfony/ http-kernel/ Controller/ ArgumentResolverInterface.php, line 29
Class
- ArgumentResolverInterface
- An ArgumentResolverInterface instance knows how to determine the arguments for a specific action.
Namespace
Symfony\Component\HttpKernel\ControllerCode
public function getArguments(Request $request, callable $controller, ?\ReflectionFunctionAbstract $reflector = null) : array;