-
-
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
[generate:entity:content] Generated Entity files does not honor coding standards #3985
Comments
csegarra
added a commit
to gcoop-libre/drupal-console
that referenced
this issue
Nov 27, 2018
csegarra
added a commit
to gcoop-libre/drupal-console
that referenced
this issue
Nov 27, 2018
csegarra
added a commit
to gcoop-libre/drupal-console
that referenced
this issue
Nov 27, 2018
csegarra
added a commit
to gcoop-libre/drupal-console
that referenced
this issue
Nov 27, 2018
csegarra
added a commit
to gcoop-libre/drupal-console
that referenced
this issue
Nov 27, 2018
csegarra
added a commit
to gcoop-libre/drupal-console
that referenced
this issue
Nov 27, 2018
csegarra
added a commit
to gcoop-libre/drupal-console
that referenced
this issue
Nov 27, 2018
enzolutions
pushed a commit
that referenced
this issue
May 11, 2019
…4031) * REL #3985: Correct entity link templates * REL #3985: Correct Controller CS * REL #3985: Correct hook docblock * REL #3985: Correct entity forms CS * REL #3985: Correct StorageInterface CS * REL #3985: Correct Entity Interface CS * FIX #3985: Remove unnecessary use statement from the entity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem/Motivation
The code generated for the Entity and the utility classes (Storage, Forms, etc.) have some errors regarding the Drupal coding standards:
This issue may be related with #2166.
How to reproduce
Using Drupal Console 1.8 create a custom module:
And then add a Content Entity:
Solution
The templates should be modified to follow the Drupal coding standards.
The text was updated successfully, but these errors were encountered: