Per the Module documentation guidelines, a module should Provide help text in the Drupal UI. This module is missing an implementation of hook_help(), but it does provide a fairly comprehensive README file, which can be included in hook_help() as a stop gap until something better can be created.

Documentation:
https://www.drupal.org/docs/develop/documenting-your-project/module-docu...

https://www.drupal.org/node/632280

Patch to follow, thanks!

Comments

alonaoneill created an issue. See original summary.

alonaoneill’s picture

Status: Active » Needs review
StatusFileSize
new1.77 KB

I uploaded the patch that adds hook_help file.
Thanks

dani3lr0se’s picture

Assigned: alonaoneill » Unassigned
Status: Needs review » Reviewed & tested by the community

Patch applies successfully. Works well. I now see the readme on the help page. Thanks for the patch.

cburschka’s picture

Status: Reviewed & tested by the community » Needs work

The content of README.txt is not translateable via the site translation API. I do not understand how this incorrect approach could have made it into the official documentation.