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.

CommentFileSizeAuthor
#2 hook_help-2973678-2.patch1.17 KBdani3lr0se

Comments

daniel_rose created an issue. See original summary.

dani3lr0se’s picture

Assigned: dani3lr0se » Unassigned
Status: Active » Needs review
StatusFileSize
new1.17 KB

Here is a patch that adds the hook_help function, which gives users a way to easily get more info about the module if they need it.

moghingold’s picture

Status: Needs review » Reviewed & tested by the community

I've reviewed this patch and confirmed that it adds the desired help info and links to the project page for people who need additional information.

jaypan’s picture

Assigned: Unassigned » jaypan

  • Jaypan committed 8f57120 on 8.x-1.x authored by daniel_rose
    Issue #2973678 by daniel_rose, moghingold, Jaypan: Missing hook_help...
jaypan’s picture

Status: Reviewed & tested by the community » Fixed

Applied and committed, however you should note that I updated the patch to meet Drupal coding standards. There were a few issues:

1) No @file declaration in the .module file
2) Incorrect indentation for much of the code

I corrected these in the interests of taking care of this quickly, but for future patches, you should ensure that you meet the coding standard.

Thank you for your contribution.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.