Problem/Motivation

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

Steps to reproduce

Download and activate the module and visit it's help page.

Proposed resolution

Implement the hook_help and describe the functionality of the module and it's usage.

Remaining tasks

Implement hook_help.

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

Vadim Ansari created an issue. See original summary.

vadim ansari’s picture

Assigned: vadim ansari » Unassigned
Status: Active » Needs review

Created MR for this issue.
Please review this.
Thanks.

tanuja bohra’s picture

After applying the MR1 and still hook_help() is not implemented.

raveen_thakur51’s picture

I have reviewed & Implemented the MR! on my Drupal website having version 9.5, PHP version - 8.1
The hook_help has been implemented successfully. Can be moved to RTBC!
Please & Thank You.

raveen_thakur51’s picture

StatusFileSize
new958 bytes

@davidkelso, I am adding a patch for it. Please review. And thank you.

clarkssquared’s picture

Status: Needs review » Needs work
StatusFileSize
new62.89 KB
new29.09 KB

Hi Vadim Ansari

I applied your MR !1 to my local and according to my terminal, it applies cleanly and successfully, however, when I visit the module again it seems that hook_help() was not implemented.

Please look at the screenshot attached for your reference.

Thank you

nitin_lama’s picture

Assigned: Unassigned » nitin_lama
nitin_lama’s picture

Status: Needs work » Needs review
StatusFileSize
new61.71 KB
new58.4 KB

I've looked into. It seems like file name wasn't updated. I've updated the file name as per module machine name (beyond_beacon). Please review.

validation

validation

Bushra Shaikh’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new30.19 KB
new34.93 KB
new51.88 KB

I have verified and applied MR !1 the on 9.5.8, help() is added cleanly. Added screenshots for reference.

Can be moved to RTBC+1.