After enabling this module, we will have to read the README to identify the details. It will be better if we could implement a hook_help or similar so that the developer can read it from the drupal side.
| Comment | File | Size | Author |
|---|---|---|---|
| #20 | implement_hook_help-2721583-20.patch | 376 bytes | glen.pinheiro |
| #12 | disable_messages-implement_hook_help-2721583-12.patch | 5.19 KB | nitinsp |
Comments
Comment #2
vinod_kc commentedComment #3
vinod_kc commentedComment #4
nitinsp commentedComment #5
nitinsp commentedI have implemented hook_help() and create patch file, please review this patch.
Comment #6
anish_zyxware commentedNithin, Vinod already provided the patch. Can you please check whether your patchprovides any significant additions? If yes, please provide a new patch that includes vinod's patch, along an interdiff.
Comment #7
anish_zyxware commentedComment #8
nitinsp commentedHi anish_zyxware,
I have removed unwanted description like we do not need to include all configuration details in hook_help, So I have removed this. As per coding standard replace
<li>, <ol>tag with<dl>, <dt>. Also naming convention of first patch is not as per druapl patch standard. Now I have uploaded updated patchComment #9
nitinsp commentedComment #10
anish_zyxware commentedHello,
I meant that Vinod's patch is much more descriptive. But need changes as per coding standards. Can you work on top of that?
Apply the patch and change
<li>,<ol>to<dl>,<dt>.Comment #11
nitinsp commentedSure, I will work on that
Comment #12
nitinsp commentedHi anish_zyxware,
As per drupal patch coding standard i have updated all the tags as well as correct some spell check mistake. Please apply and review updated patch.
Comment #13
nitinsp commentedComment #14
anish_zyxware commentedMerged. Thanks for the patch.
Comment #16
nitinsp commentedComment #17
Anonymous (not verified) commentedI think use Drupal\Core\Routing\RouteMatchInterface; is missing, because I get an error after installing the module.
Comment #18
anish_zyxware commentedI also noticed that. I will work on that.
Comment #19
glen.pinheiro commentedComment #20
glen.pinheiro commentedAdded use Drupal\Core\Routing\RouteMatchInterface; to the module.
Comment #21
anish_zyxware commentedI think that patch will work. Can you please check, @Almare ?
Comment #22
Anonymous (not verified) commentedThe patch in #20 worked. I am just wondering where my patch is gone ... anyway. Problem solved
Comment #24
anish_zyxware commented