Level up your skills at DrupalCon Chicago 2026 with focused Summits and immersive, hands-on Trainings led by community experts.
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 |
|---|---|---|---|
| #19 | Geo_entity_After patch.PNG | 15.66 KB | kavitha89 |
| #19 | Geo_entity_help.PNG | 30.56 KB | kavitha89 |
| #19 | Geo_entity_before patch.PNG | 15.26 KB | kavitha89 |
| #17 | Geo Entity.png | 99.98 KB | nupur badola |
Issue fork geo_entity-3339806
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
shubham rathore commentedCreated MR for the issue.
Please review.
Thanks
Comment #4
Charchil Khandelwal commentedI will review this.
Comment #5
Charchil Khandelwal commentedMR !1 looks good to me.
So moving it to RTBC.
Thanks.
Comment #6
ekes commentedIf a `hook_help` is to be implemented in Drupal now it is only valuable if it includes the uses section as per documentation https://www.drupal.org/node/632280#s-help-page Repeating the description of the module in the help page about section is only visible once the module has been installed. Where you can see the description itself before installing.
There's an issue for https://www.drupal.org/project/geo_entity/issues/3339631 adding the usage documentation. You can work from the existing https://github.com/localgovdrupal/localgov_geo/wiki/Locations-Module-(LocalGov-Geo) documentation, but it needs updating for this version.
Also this patch includes
'single quoted content'inside a'single quoted content'without escaping, so it will breakComment #7
admin@azhark.com commentedComment #8
elberI will work on it
Comment #10
elberHi I just launched a suggestion to hook help please revise.
Comment #11
ekes commentedThe latest version of the PR will just dump the unformatted raw markdown into the help page. Kinda scarey and not really great UX.
I will repeat what I said above, and try explaining again. If a hook_help() is to be useful it needs to include help for a user who has installed the module. You can't see the help until it's actually installed... you can see the module page and readme on the web before it's installed.
If people would like to be helpful. Please update the documentation for this module (see existing issue for links), and include this with appropriate links to pages within the users site.
Anything else is just a waste of everyones time.
Comment #12
elberok I will try to work again.
Comment #13
elberHi I update the hook help trying to follow your suggestions, please revise.
Comment #14
WagnerMelo commentedHi, i'll review it. XD
Comment #15
ekes commentedComment #16
elberHi I update hook help trying to follow the previous comments, please revise.
Comment #17
nupur badola commentedIt is not compatible with D-9.5.9
Comment #18
elberHi @Nupur Badola it is expected because the branch is compatible just with drupal 10.
Comment #19
kavitha89 commentedVerified the MR4 on 10.1.0, help() is added. Added screenshots for reference & it can be moved to RTBC
Thank you.
Comment #20
elberMoving to RTBC according previous comment