We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I see that the feature #19452 was deprecated.
So, What do you think in favor of create a SecurityTokenValueArgument?
The use case for this is:
public function anyAction(Request $request, TokenInterface $token) { $user = $token->getUser(); }
This is useful when the controller does not extends the default base Controller class.
Sorry for my bad english :(
The text was updated successfully, but these errors were encountered:
The feature was actually not deprecated at all and still works, only the deprecation of the getUser() function in the controller was removed.
getUser()
Sorry, something went wrong.
Ok, sorry for the confusion!
No branches or pull requests
Hi, I see that the feature #19452 was deprecated.
So, What do you think in favor of create a SecurityTokenValueArgument?
The use case for this is:
This is useful when the controller does not extends the default base Controller class.
Sorry for my bad english :(
The text was updated successfully, but these errors were encountered: