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 | loco_translate-hook_help-3060723-4.patch | 1.54 KB | alonaoneill |
Comments
Comment #2
alonaoneill commentedI uploaded the patch that adds hook_help file.
Thanks
Comment #3
wengerkHey @alonaoneill, thanks for helping us on this "on-heavy" development projet !
I would suggest only 1 change about the first @file comment which is not very helpfull for now.
I would prefer something like
What do you think ?
Comment #4
alonaoneill commentedOkay. Made changes.
Comment #6
wengerk