ControllerResolver::getArguments()

array getArguments(Request $request, callable $controller) deprecated

deprecated

This method is deprecated as of 3.1 and will be removed in 4.0. Implement the ArgumentResolverInterface and inject it in the HttpKernel instead.

Returns the arguments to pass to the controller.

Parameters

Request $request
callable $controller

Return Value

array An array of arguments to pass to the controller

Exceptions

RuntimeException When no value could be provided for a required argument
doc_Symfony
2016-10-28 06:12:15
Comments
Leave a Comment

Please login to continue.