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.

CommentFileSizeAuthor
#5 after.png16.63 KBraveen_thakur51
#5 before.png15.7 KBraveen_thakur51

Issue fork mail_login-3360615

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

vimal_nadar created an issue. See original summary.

vimal_nadar’s picture

Assigned: vimal_nadar » Unassigned
Status: Active » Needs review

I have created MR. Please review it.

raveen_thakur51’s picture

I have reviewed & Implemented the MR! 9 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
new15.7 KB
new16.63 KB

I am adding my screenshots for reference. Please have a look. And Thank You.

raveen_thakur51’s picture

Status: Needs review » Reviewed & tested by the community

RTBC! ++

mqanneh’s picture

Assigned: Unassigned » mqanneh

  • mqanneh committed a419da54 on 8.x-2.x
    Issue #3360615 by vimal_nadar, mqanneh: Implement hook_help()
    

mqanneh’s picture

Assigned: mqanneh » Unassigned
Status: Reviewed & tested by the community » Fixed

Fixed php warning for a missing use statement.
Updated hook_help output.

mqanneh’s picture

Status: Fixed » Closed (fixed)
raveen_thakur51’s picture

++