Problem/Motivation
Best practice to implement hook_help.
See https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or... for reference.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | vertex_ai_search-3443292.patch | 2.05 KB | sarwan_verma |
Issue fork vertex_ai_search-3443292
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
sarwan_verma commentedHi @TimoZura,
I have fixed this issue "Implement hook_help" and also attached patch ,
kindly review and verify.
Comment #4
timozura commentedHi @sarwan_verma .
Thank you! Unfortunately, I could not use the patch. The text included for the hook_help is specific to the Profile module and does not apply to this module. There is also no use statement for the RouteMatchInterface argument.
I went ahead and forked the issue an added in the hook_help implementation through a MR.
Comment #6
timozura commentedMerging.