Q. Which method is used to retrieve query parameters?
Code:$params = $request->____()->all();
β
Correct Answer: (B)
query_params
Explanation: query_params() returns the QueryParams object to access query parameters.