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.

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.15 KB

Please review the patch.

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

dineshkumarbollu’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new29.69 KB
new796 bytes

Hi Team,

The applied cleanly and I craeted MR for this issue.

Thanks.

mostepaniukvm’s picture

Status: Reviewed & tested by the community » Needs review

Thank you for your contribution! I think it can be useful to add hook_help() implementation.

I checked the hook in PR and realized that the content seems just a few first sentences copied from README.md
Maybe it's already better than nothing.

I checked and see some documentation on drupal.org that I'd like to check first
https://www.drupal.org/node/632280#s-help-text-on-administration-pages
https://www.drupal.org/node/632280#s-help-page
https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or...

I still think it's not complete and maybe we can improve it to make it really valuable.
Main concerns I see:
- avoid documentation duplication;
- make it really valuable and useful;

I will bring up this question at some of the next meetings.
Set status to Needs Review.

mostepaniukvm’s picture

Status: Needs review » Closed (duplicate)
Related issues: +#3340223: Implement hook_help()

Ok, now I realized that this issue is a duplicate of #3340223: Implement hook_help()

I close it as a duplicate and we need to finish it there.