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
The code generated for the EventSubscriber has some errors regarding the Drupal coding standards:
Using Drupal Console 1.8 create a custom module:
drupal generate:module \ --module "CS Test" \ --machine-name cs_test \ --module-path modules/custom \ --description "Code Styling test module" \ -q
And then add an EventSubscriber for some events:
drupal generate:event:subscriber \ --module cs_test
The EventSubscriber class should be modified to follow the Drupal coding standards.
The text was updated successfully, but these errors were encountered:
FIX hechoendrupal#3983: Correct coding standards for EventSubscriber …
45effa0
…class
@csegarra Can you create a PR I will review it? Thank you
Sorry, something went wrong.
Hi @LOBsTerr !
Yesterday I have made the PR #3984 with the changes to the template.
Regards!
d72f5c0
@csegarra Thank you for your contribution. I have merged the code. I'm closing the issue, feel free to reopen it.
No branches or pull requests
Problem/Motivation
The code generated for the EventSubscriber has some errors regarding the Drupal coding standards:
How to reproduce
Using Drupal Console 1.8 create a custom module:
And then add an EventSubscriber for some events:
Solution
The EventSubscriber class should be modified to follow the Drupal coding standards.
The text was updated successfully, but these errors were encountered: