Problem/Motivation

hook_help function missing in .module file

Issue fork simplei-3343657

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

Shubham Rathore created an issue. See original summary.

shubham rathore’s picture

Assigned: shubham rathore » Unassigned
Status: Active » Needs review

Create MR for the issue.
Please review.
Thanks.

mmbk’s picture

Status: Needs review » Needs work

Hmm, imho hook_help() is not mandatory. But a nice-to-have, but if it is present, I think it should explain, how it should be used. Personally I don't see any added value, when the description appears in the help section.

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

elber’s picture

I will work on it.

elber’s picture

Status: Needs work » Reviewed & tested by the community

Hi I created a new MR to branch 2.x because it's the most new branch of the module. I also added the hook help. Please revise.

elber’s picture

Status: Reviewed & tested by the community » Needs review

Sorry, wrong status

lucienchalom’s picture

Status: Needs review » Reviewed & tested by the community

the help_hook was created and show the README on the help page. (on MR 3)
If any improvements can be made, would be on the readme file, so I consider this RTBC

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

  • Ki committed 3bdce561 on 2.x authored by elber
    Resolve #3343657 "Hook help"
    
ki’s picture

Status: Reviewed & tested by the community » Fixed

Included in ver 2.1.2

ki’s picture

Status: Fixed » Closed (fixed)