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.

avpaderno’s picture

Title: hook_help function missing in .module file » hook_help() is not implemented
Status: Needs review » Needs work
+      $output .= '<h3>' . t('About') . '</h3>';
+      $output .= '<p>' . t('Provides a custom features to easily add the contents for node entity for all of the available language in a site.') . '</p>';

It's either Provides custom features or Provides a custom feature. Instead of that, it would be better to just say Allows to easily add […].
It's the content and for all the available languages.

+
+    default:

That line is not necessary.

admin@azhark.com’s picture

Title: hook_help() is not implemented » Implement hook_help()

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

elber’s picture

Status: Needs work » Needs review

Hi I changed the hook help please revise.

Sushant-D made their first commit to this issue’s fork.

  • Sushant-D committed 97688c76 on 1.1.x authored by elber
    Issue #3333761 by elber, Shubham Rathore, Sushant-D, adminazhar,...
sushant-d’s picture

Assigned: Unassigned » sushant-d
Status: Needs review » Fixed
sushant-d’s picture

Status: Fixed » Closed (fixed)