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.

Issue fork pathologic-3343618

Command icon 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:

Comments

Sahana _N created an issue. See original summary.

sahana _n’s picture

Status: Active » Needs review
StatusFileSize
new1.1 KB

Please review the patch.

mark_fullmer’s picture

Priority: Normal » Minor

Thank you for the suggestion.

Marking this task as "Minor" for issue prioritization purposes...

himanshu_jhaloya made their first commit to this issue’s fork.

himanshu_jhaloya’s picture

Assigned: Unassigned » himanshu_jhaloya
StatusFileSize
new1.39 KB

Update Hook_help() for more info. please review

himanshu_jhaloya’s picture

Assigned: himanshu_jhaloya » Unassigned
clarkssquared’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new94.16 KB
new103.77 KB
new268.98 KB

Hi 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.