-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
Removes constructor override on service object generators. #4174
Conversation
This one has a lot of coding standard errors, as well as a malformed namespace. I have not attempted to fix those, as they are out of scope for this issue, although I fixed them for the create() function, since that's directly related to what I'm changing.
This one has some coding standard errors. I have not attempted to fix those, as they are out of scope for this issue, although I fixed them for the create() function and the currentUser property definition, since that's directly related to what I'm changing.
This one has some coding standard errors. I have not attempted to fix those, as they are out of scope for this issue, although I fixed them for the create() function and the property definitions, since that's directly related to what I'm changing.
Hi @GueGuerreiro I tested your pr but using the command drupal gcon I have an error, could you please check this error?
|
Hi @nequeteme, this PR won't work unless you also apply hechoendrupal/drupal-console-core#369. That one adds the missing |
Thanks |
When the class itself is implementing ContainerFactoryPluginInterface, we do not have a parent create method we can use.
This addresses #4169.
It requires hechoendrupal/drupal-console-core#369 to be merged first, for a few of the generators that use the function Twig function
serviceClassInjection
.