Problem/Motivation

hook_help function missing in .module file
Primary tabs

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

Jay Jangid created an issue. See original summary.

jay jangid’s picture

Assigned: jay jangid » Unassigned
Status: Active » Needs review

Created MR , please review.

Thank you.

tanuja bohra’s picture

Status: Needs review » Needs work
StatusFileSize
new28.19 KB

@Jay Jangid, help() is added but contains only a single line description. We can add uses and administration configuration details or pages, please refer to other help pages.

nitin_lama’s picture

Assigned: Unassigned » nitin_lama
nitin_lama’s picture

Status: Needs work » Needs review
StatusFileSize
new48.83 KB

Please review.

no_image

Thanks.

nitin_lama’s picture

Assigned: nitin_lama » Unassigned
tanuja bohra’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new13.87 KB
new14.86 KB

Verified MR2 , hook_help() is added. RTBC++