Hook help missing

Created on 19 January 2024, 10 months ago
Updated 31 May 2024, 6 months ago

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.

šŸ› Bug report
Status

RTBC

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @akhil_01
  • Merge request !1Update link_field_entity_filter.module ā†’ (Merged) created by akhil_01
  • Hi @Ankit_Kumar @whitedevil

    I have created MR For the Adding Hook help in this module

    please review it once

    Thank you

  • Assigned to apatel0325
  • Issue was unassigned.
  • Status changed to Needs review 8 months ago
  • Status changed to RTBC 6 months ago
  • šŸ‡µšŸ‡­Philippines cleavinjosh

    Hi @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,yml

    āžœ  link_field_filter git:(main) āœ— curl https://git.drupalcode.org/project/link_field_filter/-/merge_requests/1.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  1633    0  1633    0     0    782      0 --:--:--  0:00:02 --:--:--   782
    patching file link_field_entity_filter.module
    āžœ  link_field_filter git:(main) āœ— ..
    āžœ  contrib git:(main) āœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml link_field_filter
    
    FILE: /Users/interns/Demo-site/drupal-org-issues/web/modules/contrib/link_field_filter/link_field_entity_filter.info.yml
    ------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
    ------------------------------------------------------------------------------------------------------------------------
     1 | WARNING | Remove "project" from the info file, it will be added by drupal.org packaging automatically
     1 | WARNING | Remove "datestamp" from the info file, it will be added by drupal.org packaging automatically
     1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
     6 | WARNING | All dependencies must be prefixed with the project name, for example "drupal:"
    ------------------------------------------------------------------------------------------------------------------------
    
    Time: 140ms; Memory: 10MB

    I will now move the status to Reviewed & tested by the community since the issue is about the hook help.

    Thank you.

  • Pipeline finished with Skipped
    6 months ago
    #187374
Production build 0.71.5 2024