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 functionality of the module and it's usage.

Remaining tasks

Implement hook_help.

User interface changes

None.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
#2 Add_hook_help-3330255-2.patch1.17 KBluzgallego
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

luzgallego created an issue. See original summary.

luzgallego’s picture

StatusFileSize
new1.17 KB

The next patch solves the task.

Shubham Rathore made their first commit to this issue’s fork.

shubham rathore’s picture

Assigned: Unassigned » shubham rathore
shubham rathore’s picture

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

Create MR for hook_help function.
Please review.
Thanks

sahilgidwani’s picture

Status: Needs review » Reviewed & tested by the community

Reviewed the MR everything looks good to me.

g_miric’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

hook_help() isn't a required method and generally I don't like it.
It adds an another place where we need to maintain module documentation (beside module page on drupal.org and readme file) and I find it unneeded.