Problem/Motivation
When you enable the module, the method hook_help is not implemented.
Steps to reproduce
Download and activate the module and visit it's help page.
Proposed resolution
Implement the hook_help and describe the functionality of the module and it's usage.
Remaining tasks
Implement hook_help.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3343367 - result.png | 109.57 KB | kenyoowen |
| #4 | 3343367 - after.png | 89.95 KB | kenyoowen |
| #4 | 3343367 - before.png | 91.85 KB | kenyoowen |
Issue fork length_indicator-3343367
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 #3
jay jangid commentedCreated MR for this issue , please review.
Thanks.
Comment #4
kenyoowen commentedHi Jay Jangid
I applied your MR in my local with Drupal 9.5.7, it worked for me the module has now the hook_help() method.
Please look at the screenshots attached for your reference.
For your review.
Thank you.
Comment #7
chr.fritsch