Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
Comment | File | Size | Author |
---|---|---|---|
#3 | Desktop-screenshot.png | 20.79 KB | dharmeshbarot |
#2 | 3344888-1.patch | 1.13 KB | sahana _n |
Comments
Comment #2
sahana _n CreditAttribution: sahana _n at Material commentedPlease review the patch.
Comment #3
dharmeshbarot CreditAttribution: dharmeshbarot at Atlas Softweb Pvt Ltd commentedGetting error while applying this patch #2
Comment #4
drugan CreditAttribution: drugan as a volunteer commentedSorry to say this but because implementing
HOOK_help()
is optional we are going to skip this option in order to keep our code concise.If you check the issue queue you will find that just yesterday we removed advanced help provided by the
README Help
module:There is absolutely no need to make a dependency on the readmehelp contrib and help module from Drupal core. This only forces to have the help modules enabled while a website not necessarily needs it.
People don't need help, neither advanced nor formal like most modules have in their
HOOK_help()
implementations.If you still need it just install any of the "README" modules below and enjoy seeing help on the
/admin/help/xnumber
page:https://www.drupal.org/project/readmehelp
https://www.drupal.org/project/readme_help
https://www.drupal.org/project/readme