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!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alonaoneill created an issue. See original summary.

alonaoneill’s picture

Assigned: alonaoneill » Unassigned
Status: Active » Needs review
FileSize
1.83 KB

I uploaded the patch that adds hook_help file.
Thanks

apaderno’s picture

Version: 8.x-1.1 » 8.x-1.x-dev

Patches are always provided for the development snapshot.

krina.addweb’s picture

FileSize
113 KB

@alonaoneill, Need to modify the content as described in the attached screenshot. As it shows unformatted content with ReadMe.

Thanks

Krzysztof Domański’s picture

Status: Needs review » Needs work
alonaoneill’s picture

Made new hook_help() that doesn't require README.

alonaoneill’s picture

Status: Needs work » Needs review
krina.addweb’s picture

@alonaoneill, Could you please update its USES in description with facility links?

Thanks

alonaoneill’s picture

krina.addweb’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
38.75 KB

@alonaoneill, Thanks for providing quick response, your patch is now working fine, I checked it using simplytest.me & attached the screenshot for the same.

Krzysztof Domański’s picture

Fixed coding standard. You can use Coder Sniffer. It can detect and automatically fix coding standard errors.

Installing Coder Sniffer

Krzysztof Domański’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.