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

Assigned: alonaoneill » Unassigned
Status: Active » Needs review
StatusFileSize
new1.7 KB

I uploaded the patch that adds hook_help file.
Thanks

Willtg’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new129.66 KB

Code looks good, patch tested with STM and it worked well. Adding a screenshot below for confirmation.
Code looks good marking RTBC!

rj’s picture

Minor update to patch to remove the original @file

rj’s picture

Assigned: Unassigned » rj

  • rj committed 170b695 on 8.x-1.x
    Issue #3059798 Hook Help is missing
    
rj’s picture

Committed and pushed to 8.x-1.x, closing issue. Thanks for everyone's help!

rj’s picture

Status: Reviewed & tested by the community » Fixed
rj’s picture

Status: Fixed » Closed (fixed)

Merged and tagged into 8.x-1.1 branch.