Capitalize the name of the module, because module names are proper nouns.
https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...
Patch to follow, thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | login_tracker-info-3050895-2.patch | 264 bytes | alonaoneill |
Comments
Comment #2
alonaoneill commentedI uploaded a patch that Capitalize the name of the module in the .info.yml file.
Thanks!
Comment #3
leewillis77 commentedI'm not a fan of that capitalisation, and I'm not aware of any standard that says that it should be capitalised in that manner.
Feel free to re-open if you can point me at a standard / document that says it should be that way.
Comment #4
avpadernoTo give more context: User interface standards / Interface text (Module and theme names) says that module and theme names should use title case capitalization.
Comment #6
leewillis77 commentedFixed. Thanks.