Implement the hook_help in the module.

CommentFileSizeAuthor
#2 2701807-2.patch821 bytesxaiwant

Comments

xaiwant created an issue. See original summary.

xaiwant’s picture

Status: Needs work » Needs review
StatusFileSize
new821 bytes

Implemented hook_help. applied patch
path: admin/help/simple_redirect

Needs Review

heykarthikwithu’s picture

Assigned: xaiwant » Unassigned
Status: Needs review » Reviewed & tested by the community

heykarthikwithu’s picture

Status: Reviewed & tested by the community » Fixed

Committed..

joshi.rohit100’s picture

Version: » 8.x-1.x-dev
Status: Fixed » Needs work
+++ b/simple_redirect.module
@@ -0,0 +1,24 @@
+
+        default:
+    }

why are we providing default

naveenvalecha’s picture

#7 apply for both branches 8.x-2.x and 8.x-1.x

  • heykarthikwithu committed a69e6a5 on 8.x-1.x
    Issue #2701807: Remove the default case from hook_help, which is not...

  • heykarthikwithu committed 40697e3 on 8.x-2.x
    Issue #2701807: Remove the default case from hook_help, which is not...
heykarthikwithu’s picture

Status: Needs work » Fixed

Removed the 'default' case from hook_help, which is not required.

Status: Fixed » Closed (fixed)

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