Problem/Motivation

hook_help function missing in .module file

Command icon 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

Shubham Rathore created an issue. See original summary.

shubham rathore’s picture

Assigned: shubham rathore » Unassigned
Status: Active » Needs review

Hi i create MR for hook_help function in .module file.
Please review.
Thanks.

sharayurajput’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new51.83 KB
new14.88 KB

MR is reviewed its working good as per requirement, attached screenshot
LGTM so moving to RTBC

avpaderno’s picture

Status: Reviewed & tested by the community » Needs work
+      $output = '';
+      $output .= '<h3>' . t('About') . '</h3>';
+      $output .= '<p>' . t('This module is in a development version, potentially dangerous if used in a production environment.') . '</p>';
+      return $output;

That does not describe what the module purpose is.

avpaderno’s picture

Title: hook_help function missing in .module file » hook_help() is not implemented
admin@azhark.com’s picture

Title: hook_help() is not implemented » Implement hook_help()
admin@azhark.com’s picture

Status: Needs work » Needs review
paraderojether’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new43.95 KB
new48.23 KB
new87.31 KB

Hi @admin@azhark.com

I reviewed MR!1, I applied it on my local, it looks good and it describes the purpose of the module. Drupal core 9.5.7, Live Editor 1.0.x-dev.

I added screenshot for reference.
Thank You.

carlosgm91 made their first commit to this issue’s fork.

carlosgm91’s picture

Hello, sorry for the delay, this module started as a test, and we have given it little maintenance, thank you very much for the improvements.

carlosgm91’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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