Problem/Motivation
Looking through the list of module names: admin/modules#edit-modules-example-modules
...we see that the capitalization of module names is inconsistent. For module names they should all be fully capitalized.
Proposed resolution
For each module we need the following:
Ensure that the module's .info.yml file name: field is fully capitalized, such as "Content Entity Example".
Ensure that the @defgroup tag in the module's .module file is fully capitalized, such as @defgroup content_entity_example Example: Content Entity
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
mile23Comment #3
mile23Comment #4
Lal_I hope this is what you are looking for.
Comment #5
Lal_Comment #7
mile23Looks like one test needs updating...
Comment #9
MaskyS commentedComment #10
MaskyS commentedFixed all the issues mentioned in issues description. I noticed that there is also an inconsistency concerning the use of single quotes for module names in info.yml files. Only one or two files have the module names enclosed in quotes. @maintainers Should we fix that in a separate issue?
Comment #11
MaskyS commentedComment #13
MaskyS commentedMade a few changes to tests that needed updating. Should pass now.
Comment #14
MaskyS commentedComment #16
navneet0693 commentedReplace with
'PHPUnit Example'Comment #17
MaskyS commentedGotcha.
Comment #18
MaskyS commentedAlright, let's test this again.
Comment #19
MaskyS commentedComment #20
navneet0693 commentedThat should be all.
Comment #22
mile23Done. Thanks everyone!