Problem/Motivation

hook_help function missing in .module file

This function provides online user help.

By implementing hook_help(), a module can make documentation available to the user for the module as a whole, or for specific pages. Help for developers should usually be provided via function header comments in the code, or in special API example files.

More information: https://api.drupal.org/api/drupal/core%21modules%21help%21help.api.php/function/hook_help/11.x

Steps to reproduce

N/A

Proposed resolution

Implement the hook

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

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

danrod created an issue. See original summary.

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

neerajsingh’s picture

Status: Active » Needs review
danrod’s picture

Thanks @neerajsingh, and I agree with removing the extra return before the execution of batch_set.

Merging this to the 3.0.x branch.

Thanks !

danrod’s picture

  • danrod committed 4e436b1b on 3.0.x authored by neerajsingh
    Issue #3542736 by neerajsingh, danrod: Implementation of hook_help()
    
danrod’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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