Problem/Motivation

When you enable the module, the method hook_help is not implemented.

Steps to reproduce

Download and enable 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.

Comments

luzgallego created an issue. See original summary.

luzgallego’s picture

StatusFileSize
new1.13 KB

The next patch solves the task.

bhanu951’s picture

Title: Need Hook Help » Add Help Hook
Issue summary: View changes
Status: Active » Needs review
shyam_bhatt’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new18.46 KB
new17.93 KB
new58.66 KB

I have checked the "need_hook_help-3318595-2.patch" patch, working fine for me. After the patch was applied, the "Help" button is available and when we click on that the module info page will be opening in a new window.

Please check the below images.

When you see the module info on the "/admin/modules" path.

Before
2022-11-03/3318595-4-before.png

After
2022-11-03/3318595-4-after_1.png

After clicking on the help button, the page will redirect to the "/admin/help/modules_info" path.
2022-11-03/3318595-4-after_2.png

andrew answer’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in 1.0.5.

andrew answer’s picture

@Bhanu951 @Shyam_Bhatt I think that this issue is raises serious doubts about its necessity. The Drupal Help system is overloaded with such superfluous autogenerated "help" messages. Most likely, this help will be removed in the next release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.