Implement hook_help()

Created on 2 March 2023, over 1 year ago

Problem/Motivation

When you enable the module, Drupal does not show the online help for the module.

Steps to reproduce

Download and activate the module and visit its help page.

Proposed resolution

Implement hook_help() to describe the module functionality and its usage

📌 Task
Status

Needs review

Version

1.0

Component

Code

Created by

🇮🇳India dineshkumarbollu

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @dineshkumarbollu
  • @dineshkumarbollu opened merge request.
  • Status changed to Needs work over 1 year ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    The MR makes changes that are off-topic for this issue and it is also created for the wrong branch, since the 7.x-1.x branch contains the correct taxonomy_subterms.info file.

    name = Taxonomy subterms
    description = "Display subterms in terms page."
    dependencies[] = taxonomy
    core = 7.x
    package = Taxonomy
    configure = admin/config/taxonomy_subterms
    
    ; Information added by drupal.org packaging script on 2011-02-25
    version = "7.x-1.x-dev"
    core = "7.x"
    project = "taxonomy_subterms"
    

    Yes, the lines after Information added by drupal.org packaging script on 2011-02-25 should not be there, but that is not related to implementing hook_help(). On drupal.org, we use an issue for a single topic, not to resolve every issue a module could have.

  • First commit to issue fork.
  • @adminazhar opened merge request.
  • Issue was unassigned.
  • Status changed to Needs review over 1 year ago
  • 🇮🇳India adminazhar

    Created a new MR, since the last MR was on diff ver of core, also the help page contained D9 function but this is D7.

    Kindly Review: Merge request !3
    Thanks!

Production build 0.71.5 2024