-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
All route variables from the current route... #12901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think what you're already doing is the perfect way. There's no direct way because I don't think this is a generally needed thing. The Request's get() method is similar, but it goes through query, all attributes and I believe also the post params - so it's not exactly the same (and it only allows you to fetch a given key, not retrieve a big array). Cheers! |
Looks fine, you can simplify this in your application. |
Use-case probably related to #3965 |
@Tobion You are right. You already suggest the function i miss. I see the issue is still open! What happends? |
See #3965 (comment) |
Is there a short way to get all router parameters (including the query parameters)?
Now i use the following code:
The text was updated successfully, but these errors were encountered: