Problem/Motivation
hook_help() missing from link_field_entity_filter.module file.
In Drupal, the hook_help function is used to provide help documentation for your custom module. This documentation is displayed on the Help page of your Drupal site, making it accessible to administrators and users.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | hook-help-page.png | 189.7 KB | cleavinjosh |
| #9 | after-patch.png | 62.48 KB | cleavinjosh |
| #9 | before-patch.png | 63.87 KB | cleavinjosh |
| #6 | rambo-shooting.gif | 3 MB | whitedevil |
Issue fork link_field_filter-3415804
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
akhil_01 commentedHi @Ankit_Kumar @whitedevil
I have created MR For the Adding Hook help in this module
please review it once
Thank you
Comment #4
apatel0325 commentedComment #5
apatel0325 commentedComment #6
whitedevil commentedComment #7
whitedevil commentedComment #8
whitedevil commentedComment #9
cleavinjosh commentedHi @akhil_01, apatel0325,
I applied MR!1, it was applied smoothly and added the hook help.
Please see my attached files.
As per the phpcs mentioned on comment #4, I still encounter some issues after I ran
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,ymlI will now move the status to Reviewed & tested by the community since the issue is about the hook help.
Thank you.
Comment #11
whitedevil commentedComment #12
ankit_kumarThanks for your contribution. It will be fixed in the next release
Comment #13
ankit_kumarComment #14
ankit_kumar