Problem/Motivation
When you enable the module, the method hook_help is not implemented.
Steps to reproduce
Download and activate the module and visit its help page.
Proposed resolution
Implement the hook_help and describe the functionality of the module and it's usage.
Remaining tasks
Implement hook_help.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | hook_help-3302763-2.patch | 1.43 KB | luzgallego |
Issue fork adequate_passwords-3302763
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:
- 1.0.x
changes, plain diff MR !4
- 3302763-hook-help
changes, plain diff MR !3
Comments
Comment #2
luzgallego commentedThe next patch solves the task.
Comment #10
nubeli commentedThanks luzgallego!