ControllerResolverInterface::getArguments()

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

deprecated

This method is deprecated as of 3.1 and will be removed in 4.0. Please use the {@see ArgumentResolverInterface} instead.

Returns the arguments to pass to the controller.

Parameters

Request $request A Request instance
callable $controller A PHP callable

Return Value

array An array of arguments to pass to the controller

Exceptions

RuntimeException When value for argument given is not provided
doc_Symfony
2016-10-28 06:12:16
Comments
Leave a Comment

Please login to continue.