Problem/Motivation

The hook_help function is missing in the datatables.module file

This function provides online user help.

Steps to reproduce

Look at the datatables.module file.

Proposed resolution

Implement the hook_help().

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

Issue fork datatables-3588249

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

just-me created an issue. See original summary.

just-me’s picture

Issue summary: View changes

just-me’s picture

Assigned: just-me » Unassigned

I've added hook_help to the module. Please review it.

just-me’s picture

Status: Active » Needs review
quadrexdev’s picture

Looks good

just-me’s picture

Status: Needs review » Fixed

Updated to reflect the new functionality (like CND). Small fixes.
Merged to 2.x, thanks to everyone.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • just-me committed 0de9cf21 on 2.x
    feat: #3588249 Implementation of hook_help()