interface ArgumentResolverInterface
An ArgumentResolverInterface instance knows how to determine the arguments for a specific action.
| array | getArguments(Request $request, callable $controller) Returns the arguments to pass to the controller. |
Returns the arguments to pass to the controller.
| Request | $request | |
| callable | $controller |
| array | An array of arguments to pass to the controller |
| RuntimeException | When no value could be provided for a required argument |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.html