Implement the hook_help in the module.
xaiwant created an issue. See original summary.
Implemented hook_help. applied patch path: admin/help/simple_redirect
admin/help/simple_redirect
Needs Review
Issue #2701807 by xaiwant, heykarthikwithu: Implement the hook_help in...
Committed..
+++ b/simple_redirect.module @@ -0,0 +1,24 @@ + + default: + }
why are we providing default
#7 apply for both branches 8.x-2.x and 8.x-1.x
Issue #2701807: Remove the default case from hook_help, which is not...
Removed the 'default' case from hook_help, which is not required.
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #2
xaiwant commentedImplemented hook_help. applied patch
path:
admin/help/simple_redirectNeeds Review
Comment #3
heykarthikwithuComment #5
heykarthikwithuCommitted..
Comment #7
joshi.rohit100why are we providing default
Comment #8
naveenvalecha#7 apply for both branches 8.x-2.x and 8.x-1.x
Comment #11
heykarthikwithuRemoved the 'default' case from hook_help, which is not required.