Per the Module documentation guidelines, a module should Provide help text in the Drupal UI. This module is missing an implementation of hook_help(), but it does provide a fairly comprehensive README file, which can be included in hook_help() as a stop gap until something better can be created.
Documentation:
https://www.drupal.org/docs/develop/documenting-your-project/module-docu...
https://www.drupal.org/node/632280
Patch to follow, thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3353410-ERR-HelpPage.png | 151.06 KB | clarkssquared |
| #4 | 3353410-ERR-After.png | 33.85 KB | clarkssquared |
| #4 | 3353410-ERR-Before.png | 33.01 KB | clarkssquared |
Issue fork err_delete-3353410
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
himanshu_jhaloya commentedComment #4
clarkssquared commentedHi himanshu_jhaloya,
I applied your MR !4 in my local with Drupal 9.5.7 to "ERR Delete" against version 1.0.x-dev and confirmed that the hook_help() method is implemented and the help page is accessible.
Please look at the screenshot for your reference.
For your review,
Thank you.
Comment #7
prompt-h commentedComment #8
prompt-h commented