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 functionality of the module and it's usage.
Remaining tasks
Implement hook_help.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Add_hook_help-3330255-2.patch | 1.17 KB | luzgallego |
Issue fork themed_fast_404-3330255
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
Comment #2
luzgallego commentedThe next patch solves the task.
Comment #5
shubham rathore commentedComment #6
shubham rathore commentedCreate MR for hook_help function.
Please review.
Thanks
Comment #7
sahilgidwani commentedReviewed the MR everything looks good to me.
Comment #8
g_miric commentedhook_help() isn't a required method and generally I don't like it.
It adds an another place where we need to maintain module documentation (beside module page on drupal.org and readme file) and I find it unneeded.