Problem/Motivation
When you enable the module, the method hook_help is not implemented.
Steps to reproduce
Download and activate the module and visit its help page.
Proposed resolution
Implement the hook_help and describe the module's functionality and usage.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3343618-HelpPage.png | 268.98 KB | clarkssquared |
| #9 | 3343618-After.png | 103.77 KB | clarkssquared |
| #9 | 3343618-Before.png | 94.16 KB | clarkssquared |
| #7 | update-hook-help-3343618-2.patch | 1.39 KB | himanshu_jhaloya |
| #2 | 3343618-1.patch | 1.1 KB | sahana _n |
Issue fork pathologic-3343618
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3343618-implement-hookhelp
changes, plain diff MR !5
Comments
Comment #2
sahana _n commentedPlease review the patch.
Comment #3
mark_fullmerThank you for the suggestion.
Marking this task as "Minor" for issue prioritization purposes...
Comment #7
himanshu_jhaloya commentedUpdate Hook_help() for more info. please review
Comment #8
himanshu_jhaloya commentedComment #9
clarkssquared commentedHi himanshu_jhaloya,
I applied your patch #7 to "Pathologic" against version 2.0.x-dev and confirmed that the hook_help() method is implemented and the help page is accessible.
Please look at the screenshot for your reference.
For your review,
Thank you.